diff options
author | Slávek Banko <[email protected]> | 2016-09-18 20:34:40 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-18 20:37:04 +0200 |
commit | e92dc6bf694aea0048ea774c3226a135cd61b6ff (patch) | |
tree | d21d0a5120c8cc15bb80c0275c57d35b4e47c785 /src/core/Makefile.am | |
parent | 2304954b60ecf1f43078db5f3eccbb83cc6e1ab2 (diff) | |
download | tellico-e92dc6bf694aea0048ea774c3226a135cd61b6ff.tar.gz tellico-e92dc6bf694aea0048ea774c3226a135cd61b6ff.zip |
Fix FTBFS when using --enable-final
Removed generated tellico_config.cpp
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 3fbf943ee75e74a85c489508303987cfd5f8ea01)
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r-- | src/core/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |