summaryrefslogtreecommitdiffstats
path: root/kfaxview
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 /kfaxview
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 'kfaxview')
-rw-r--r--kfaxview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfaxview/Makefile.am b/kfaxview/Makefile.am
index 669fcd9b..f0cfb19a 100644
--- a/kfaxview/Makefile.am
+++ b/kfaxview/Makefile.am
@@ -12,7 +12,7 @@ METASOURCES = AUTO
bin_PROGRAMS = kfaxview
kfaxview_SOURCES = main.cpp
-kfaxview_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kfaxview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kfaxview_LDADD = ../kviewshell/libifaces.la ../kviewshell/libkviewshell.la -lkparts
# this is where the desktop file will go