From 50ec787fcf438005acd4db51ca10bc9b25df35af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 7 Aug 2012 01:46:08 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch --- xparts/src/kde/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xparts/src/kde/Makefile.am') diff --git a/xparts/src/kde/Makefile.am b/xparts/src/kde/Makefile.am index acdfff7f..48e2e15d 100644 --- a/xparts/src/kde/Makefile.am +++ b/xparts/src/kde/Makefile.am @@ -5,7 +5,7 @@ lib_LTLIBRARIES = libkdexparts.la libkdexparts_la_SOURCES = xparthost_kpart.cpp xparthost.skel xpart.stub \ kbrowsersignals.cpp xbrowsersignals.skel xbrowserextension.stub -libkdexparts_la_LIBADD = $(LIB_KPARTS) +libkdexparts_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP libkdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0 xpart_DIR=$(srcdir)/../interfaces -- cgit v1.2.1