summaryrefslogtreecommitdiffstats
path: root/src/konqplugin/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2022-01-30 16:44:05 +0100
committerSlávek Banko <[email protected]>2022-02-01 13:00:49 +0100
commit2094f6770b1f2cc2d7c97a37d8a73596a9ebc779 (patch)
tree4cc83f02553e87cdefb8a30b3fb2ab277c76eff6 /src/konqplugin/Makefile.am
parent8fed27fac5f84c69a68f00b57fe64cce407dbe41 (diff)
downloadtork-2094f6770b1f2cc2d7c97a37d8a73596a9ebc779.tar.gz
tork-2094f6770b1f2cc2d7c97a37d8a73596a9ebc779.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit b353103ec003ea1c87f8ffe3ff2caf061cbfa44f)
Diffstat (limited to 'src/konqplugin/Makefile.am')
-rw-r--r--src/konqplugin/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/konqplugin/Makefile.am b/src/konqplugin/Makefile.am
deleted file mode 100644
index 49b67ce..0000000
--- a/src/konqplugin/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-INCLUDES = $(all_includes)
-
-kde_module_LTLIBRARIES = tdehtml_tork.la
-
-tdehtml_tork_la_METASOURCES = AUTO
-tdehtml_tork_la_SOURCES = tork_plug_in.cpp
-tdehtml_tork_la_LIBADD = $(LIB_TDEHTML)
-tdehtml_tork_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
-
-KDE_ICON = AUTO
-
-part_DATA = tork_plug_in.rc tork_plug_in.desktop
-partdir = $(kde_datadir)/tdehtml/kpartplugins
-