summaryrefslogtreecommitdiffstats
path: root/bab/Makefile.am
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2016-03-21 23:52:44 +0100
committerSlávek Banko <[email protected]>2016-03-21 23:52:44 +0100
commitcfa36e1a95e82492c17225ff376911abb3688f62 (patch)
tree83e1f9d70128784084608e5b20cd78df0137fce7 /bab/Makefile.am
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 <[email protected]>
Diffstat (limited to 'bab/Makefile.am')
-rw-r--r--bab/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bab/Makefile.am b/bab/Makefile.am
index bf7a71e..7f65671 100644
--- a/bab/Makefile.am
+++ b/bab/Makefile.am
@@ -19,4 +19,4 @@ bin_PROGRAMS = bab
# the application source, library search path, and link libraries
bab_SOURCES = main.cpp styleconfdialog.cpp bab_iface.skel
bab_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-bab_LDADD = $(LIB_KDEUI)
+bab_LDADD = $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI)