summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFrançois Andriot <francois.andriot@free.fr>2016-03-21 23:52:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-21 23:52:44 +0100
commitcfa36e1a95e82492c17225ff376911abb3688f62 (patch)
tree83e1f9d70128784084608e5b20cd78df0137fce7 /config
parent1b58c83db36c7ddea6c8bcb4addc843b1124f097 (diff)
downloadtde-style-baghira-cfa36e1a95e82492c17225ff376911abb3688f62.tar.gz
tde-style-baghira-cfa36e1a95e82492c17225ff376911abb3688f62.zip
Update autotools for new DSO linkage style
Fix FTBFS Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'config')
-rw-r--r--config/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am
index 7cd149a..4c8bc59 100644
--- a/config/Makefile.am
+++ b/config/Makefile.am
@@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = kstyle_baghira_config.la
kstyle_baghira_config_la_SOURCES = kstyle_baghira_config.cpp colordialog.cpp colorpicker.cpp configdialog.ui help.ui about.ui
# kstyle_baghira_config_la_METASOURCES = AUTO
-kstyle_baghira_config_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO)
+kstyle_baghira_config_la_LIBADD = $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO)
kstyle_baghira_config_la_LDFLAGS = -module -avoid-version $(all_libraries) -no-undefined $(KDE_PLUGIN)