From 17002c193dcecec2cf95289e45ce29851c8ae804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Jul 2021 02:09:29 +0200 Subject: Drop automake build support. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/core/Makefile.am | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/core/Makefile.am (limited to 'src/core') diff --git a/src/core/Makefile.am b/src/core/Makefile.am deleted file mode 100644 index 7882a19..0000000 --- a/src/core/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -AM_CPPFLAGS = $(all_includes) - -noinst_LIBRARIES = libcore.a -libcore_a_SOURCES = dcopinterface.cpp dcopinterface.skel drophandler.cpp \ - netaccess.cpp tellico_config.kcfgc tellico_config_addons.cpp - -libcore_a_METASOURCES = AUTO - -KDE_OPTIONS = noautodist - -EXTRA_DIST = \ -tellico_config.kcfg tellico_config.kcfgc \ -tellico_config_addons.h tellico_config_addons.cpp \ -dcopinterface.h dcopinterface.cpp \ -netaccess.h netaccess.cpp \ -drophandler.h drophandler.cpp \ -tellico-rename.upd tellico.upd \ -tellico-1-3-update.pl - -dcopinterface_DCOPIDLNG = ALL - -kde_kcfg_DATA = tellico_config.kcfg - -updatedir = $(kde_datadir)/tdeconf_update -update_DATA = tellico-rename.upd tellico.upd -update_SCRIPTS = tellico-1-3-update.pl - -CLEANFILES = *~ *.loT tellico_config.h tellico_config.cpp - -- cgit v1.2.1