diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-07 01:46:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-07 01:48:04 +0200 |
commit | 5bfe96ba7e6084804536dbc0f643cae4c1c1d2df (patch) | |
tree | 2493f9d2318fa19acf585a1e4ae81a72c9692659 /xparts | |
parent | 7d7c5d1dc60cb2bb2b1be0492ded3a44e32b360c (diff) | |
download | tdebindings-5bfe96ba7e6084804536dbc0f643cae4c1c1d2df.tar.gz tdebindings-5bfe96ba7e6084804536dbc0f643cae4c1c1d2df.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
(cherry picked from commit 50ec787fcf438005acd4db51ca10bc9b25df35af)
Diffstat (limited to 'xparts')
-rw-r--r-- | xparts/src/kde/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/src/kde/Makefile.am b/xparts/src/kde/Makefile.am index acdfff7f..d9fa8584 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_KDECORE) $(LIB_KDEUI) -lDCOP libkdexparts_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0 xpart_DIR=$(srcdir)/../interfaces |