summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Andriot <francois.andriot@free.fr>2013-07-07 14:57:30 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-07 14:57:30 +0200
commit79960d05a47c737b645c59f6ab45ab56b48f0947 (patch)
tree54e46ecaddd8a0e00be00a76abc82ca6f96eb3e6
parentb63c54d4cd89aed78d6dcec6909f7aea5e7bc9d7 (diff)
downloadkbiff-79960d05a47c737b645c59f6ab45ab56b48f0947.tar.gz
kbiff-79960d05a47c737b645c59f6ab45ab56b48f0947.zip
Update autotools for new DSO linkage style
-rw-r--r--kbiff/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbiff/Makefile.am b/kbiff/Makefile.am
index 1013ca1..e4fa4b6 100644
--- a/kbiff/Makefile.am
+++ b/kbiff/Makefile.am
@@ -24,7 +24,7 @@ kbiff_la_LDFLAGS = $(all_libraries) -module -avoid-version
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.
-kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO)
+kbiff_la_LIBADD = $(LIB_KFILE) $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI)
# this option you can leave out. Just, if you use "make dist", you need it
noinst_HEADERS = setupdlg.h kbiff.h kbiffmonitor.h notify.h kbiffurl.h \