From 251ec86e0dcc3dce398cb9e5fb8c3d3010124fe9 Mon Sep 17 00:00:00 2001 From: Francois Andriot Date: Sun, 7 Jul 2013 14:57:30 +0200 Subject: Update autotools for new DSO linkage style (cherry picked from commit 79960d05a47c737b645c59f6ab45ab56b48f0947) --- kbiff/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kbiff/Makefile.am b/kbiff/Makefile.am index b2f6603..69b8825 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_KDECORE) -lDCOP $(LIB_KDEUI) # 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 \ -- cgit v1.2.3