summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-09-27 01:39:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-09-27 01:39:01 +0200
commit4e6b3a96a7c560f93e6ffdf1c88b1848d4efe4fa (patch)
tree3002e581b036bc805076a9f7077a9e1b6469e5a8 /src
parentf7176edfd5802ae43fc0d294d4cbb65ce8063856 (diff)
downloadtdmtheme-4e6b3a96a7c560f93e6ffdf1c88b1848d4efe4fa.tar.gz
tdmtheme-4e6b3a96a7c560f93e6ffdf1c88b1848d4efe4fa.zip
Fix FTBFS due to hardcoded linking to knewstuff
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 14ae931..717751a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = kcm_tdmtheme.la
kcm_tdmtheme_la_SOURCES = tdmtheme.cpp
-kcm_tdmtheme_la_LIBADD = -ltdeio -lknewstuff $(LIB_TDEUI)
+kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI)
kcm_tdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)