From 095caa205c6827d024d6313c2c6b5851c1c40887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Aug 2012 19:52:34 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch (cherry picked from commit 81a4c1343ffa5263bdca48d8166dba688f3b8651) --- kregexpeditor/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kregexpeditor') diff --git a/kregexpeditor/Makefile.am b/kregexpeditor/Makefile.am index 9a12b31..be379e8 100644 --- a/kregexpeditor/Makefile.am +++ b/kregexpeditor/Makefile.am @@ -29,7 +29,7 @@ libkregexpeditorcommon_la_SOURCES = \ libkregexpeditorcommon_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined libkregexpeditorcommon_la_LIBADD = KMultiFormListBox/libkmultiformlistbox.la \ - KWidgetStreamer/libkwidgetstreamer.la $(LIB_KIO) + KWidgetStreamer/libkwidgetstreamer.la $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) METASOURCES = AUTO -- cgit v1.2.1