summaryrefslogtreecommitdiffstats
path: root/dcoppython
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
commit57ea538121391a73a72fd236489e34e09a5c8ee7 (patch)
tree4884d6f6e1a7e1c875be4fc85caa569084a7ebc8 /dcoppython
parent766f87fcc9a8f9e6ea6ce01821479c5cb6fe1bff (diff)
downloadtdebindings-57ea538121391a73a72fd236489e34e09a5c8ee7.tar.gz
tdebindings-57ea538121391a73a72fd236489e34e09a5c8ee7.zip
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dcoppython')
-rw-r--r--dcoppython/test/dcopserver/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcoppython/test/dcopserver/Makefile.am b/dcoppython/test/dcopserver/Makefile.am
index 61610ae5..dbb40a44 100644
--- a/dcoppython/test/dcopserver/Makefile.am
+++ b/dcoppython/test/dcopserver/Makefile.am
@@ -21,7 +21,7 @@ bin_PROGRAMS = kdedcoptest
# the application source, library search path, and link libraries
kdedcoptest_SOURCES = main.cpp kdedcoptest.cpp kdedcoptest_iface.skel mainclass.cpp
-kdedcoptest_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+kdedcoptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kdedcoptest_LDADD = $(LIB_KDEUI)
# this is where the desktop file will go