From 2094f6770b1f2cc2d7c97a37d8a73596a9ebc779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 30 Jan 2022 16:44:05 +0100 Subject: Drop automake build support. Rework the README and INSTALL files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit b353103ec003ea1c87f8ffe3ff2caf061cbfa44f) --- src/konqplugin/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/konqplugin/Makefile.am (limited to 'src/konqplugin/Makefile.am') 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 - -- cgit v1.2.1