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:46:08 +0200 |
commit | 50ec787fcf438005acd4db51ca10bc9b25df35af (patch) | |
tree | ac5dd3a1d7031d71db248a44780238d7e496ec26 /xparts | |
parent | da8d4aa800bb59708b384ef33aa0ce65ce051b11 (diff) | |
download | tdebindings-50ec787fcf438005acd4db51ca10bc9b25df35af.tar.gz tdebindings-50ec787fcf438005acd4db51ca10bc9b25df35af.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
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..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 |