summaryrefslogtreecommitdiffstats
path: root/kuiviewer
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
commit8a5dfb29c455d1d7acdcbda03d83bb7f7ca584c4 (patch)
tree7417644d0ce6e7337978f08d5254c236785a0733 /kuiviewer
parent227254c159944194a913373a5a6cd34516a33460 (diff)
downloadtdesdk-8a5dfb29c455d1d7acdcbda03d83bb7f7ca584c4.tar.gz
tdesdk-8a5dfb29c455d1d7acdcbda03d83bb7f7ca584c4.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/kdesdk@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kuiviewer')
-rw-r--r--kuiviewer/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuiviewer/Makefile.am b/kuiviewer/Makefile.am
index e5713689..378f0e22 100644
--- a/kuiviewer/Makefile.am
+++ b/kuiviewer/Makefile.am
@@ -25,7 +25,7 @@ bin_PROGRAMS = kuiviewer
# the application source, library search path, and link libraries
kuiviewer_SOURCES = main.cpp kuiviewer.cpp
-kuiviewer_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+kuiviewer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kuiviewer_LDADD = $(LIB_KPARTS)
xdg_apps_DATA =kuiviewer.desktop