diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-09-27 01:39:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-09-27 01:39:01 +0200 |
commit | 4e6b3a96a7c560f93e6ffdf1c88b1848d4efe4fa (patch) | |
tree | 3002e581b036bc805076a9f7077a9e1b6469e5a8 /src | |
parent | f7176edfd5802ae43fc0d294d4cbb65ce8063856 (diff) | |
download | tdmtheme-4e6b3a96a7c560f93e6ffdf1c88b1848d4efe4fa.tar.gz tdmtheme-4e6b3a96a7c560f93e6ffdf1c88b1848d4efe4fa.zip |
Fix FTBFS due to hardcoded linking to knewstuff
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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) |