summaryrefslogtreecommitdiffstats
path: root/xparts
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-10-09 21:01:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-10-09 21:01:39 +0200
commitad4d1eb01ace3b54bbd0d840a68480b2449629c3 (patch)
treee7f047dc2c757a681d01d0ee5fdeb6a63b9a4f8a /xparts
parent04a54485e0c6fa1b3972d59a6beb5874d75fe9d3 (diff)
downloadtdebindings-ad4d1eb01ace3b54bbd0d840a68480b2449629c3.tar.gz
tdebindings-ad4d1eb01ace3b54bbd0d840a68480b2449629c3.zip
Fix FTBFS in xpart_notepad due to new DSO linkage style
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 54b88a35b11dd3897be0a44ed0e03eed9a824ab9)
Diffstat (limited to 'xparts')
-rw-r--r--xparts/xpart_notepad/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/xparts/xpart_notepad/Makefile.am b/xparts/xpart_notepad/Makefile.am
index 4f6120ab..a2a2a4f1 100644
--- a/xparts/xpart_notepad/Makefile.am
+++ b/xparts/xpart_notepad/Makefile.am
@@ -8,12 +8,12 @@ xpart_DIR=$(srcdir)/../src/interfaces
xparthost_DIR=$(srcdir)/../src/interfaces
xp_notepad_SOURCES = xp_notepad.cpp xpart.skel xparthost.stub
-xp_notepad_LDADD = ../src/tde/libtdexparts.la
+xp_notepad_LDADD = $(LIB_QT) $(LIB_TDECORE) -lDCOP ../src/tde/libtdexparts.la
#xp_notepad_LDFLAGS = -L$(prefix)/lib -lxpcom $(all_libraries)
xp_notepad_LDFLAGS = -L$(prefix)/lib $(all_libraries)
shell_xparthost_SOURCES = shell_xparthost.cpp
-shell_xparthost_LDADD = $(top_builddir)/xparts/src/tde/libtdexparts.la
+shell_xparthost_LDADD = $(LIB_QT) $(LIB_TDECORE) -lDCOP $(LIB_TDEUI) $(LIB_TDEPARTS) $(top_builddir)/xparts/src/tde/libtdexparts.la
shell_xparthost_LDFLAGS = $(all_libraries)
lib_LTLIBRARIES = libxp_notepadpart.la