From 3fbf943ee75e74a85c489508303987cfd5f8ea01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 18 Sep 2016 20:34:40 +0200 Subject: Fix FTBFS when using --enable-final Removed generated tellico_config.cpp 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 01bf5a8..7882a19 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = $(all_includes) noinst_LIBRARIES = libcore.a libcore_a_SOURCES = dcopinterface.cpp dcopinterface.skel drophandler.cpp \ - netaccess.cpp tellico_config.cpp tellico_config.kcfgc tellico_config_addons.cpp + netaccess.cpp tellico_config.kcfgc tellico_config_addons.cpp libcore_a_METASOURCES = AUTO -- cgit v1.2.1