diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
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 - |