summaryrefslogtreecommitdiffstats
path: root/kviewshell/Makefile.am
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 /kviewshell/Makefile.am
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 'kviewshell/Makefile.am')
-rw-r--r--kviewshell/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/Makefile.am b/kviewshell/Makefile.am
index ccde5b59..3cf71a7b 100644
--- a/kviewshell/Makefile.am
+++ b/kviewshell/Makefile.am
@@ -39,7 +39,7 @@ emptymultipagepart_la_LIBADD = -lkparts libkmultipage.la
libkviewshell_la_SOURCES = kviewshell.cpp
kviewshell_SOURCES = main.cpp
-kviewshell_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kviewshell_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kviewshell_LDADD = libkviewshell.la ./libifaces.la -lkparts
kviewshellinclude_HEADERS = anchor.h bookmark.h pageView.h documentPageCache.h documentRenderer.h documentWidget.h \