summaryrefslogtreecommitdiffstats
path: root/kghostview
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
commit98909bff33122d6b2c43c219450f93f8a3daa39e (patch)
treedf2aa0aa6f1435fcefca2c154825fd3561bbf62f /kghostview
parent17991a4623884b2fed475724124aae541ea10040 (diff)
downloadtdegraphics-98909bff33122d6b2c43c219450f93f8a3daa39e.tar.gz
tdegraphics-98909bff33122d6b2c43c219450f93f8a3daa39e.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/kdegraphics@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kghostview')
-rw-r--r--kghostview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/Makefile.am b/kghostview/Makefile.am
index e087a0f0..500d290e 100644
--- a/kghostview/Makefile.am
+++ b/kghostview/Makefile.am
@@ -28,7 +28,7 @@ libkghostviewlib_la_SOURCES = kgvshell.cpp kgvdocument.cpp kgv_miniwidget.cpp \
libkghostviewpart_la_SOURCES = part_init.cpp
kghostview_SOURCES = main.cpp
-kghostview_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kghostview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kghostview_LDADD = libkghostviewlib.la
libdscparse_la_LDFLAGS = $(all_libraries) -no-undefined