diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
commit | 98909bff33122d6b2c43c219450f93f8a3daa39e (patch) | |
tree | df2aa0aa6f1435fcefca2c154825fd3561bbf62f /kpdf | |
parent | 17991a4623884b2fed475724124aae541ea10040 (diff) | |
download | tdegraphics-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 'kpdf')
-rw-r--r-- | kpdf/shell/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/shell/Makefile.am b/kpdf/shell/Makefile.am index e8416ef1..d5fcc83f 100644 --- a/kpdf/shell/Makefile.am +++ b/kpdf/shell/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO bin_PROGRAMS = kpdf kpdf_SOURCES = main.cpp shell.cpp -kpdf_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kpdf_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor kpdf_LDADD = $(LIB_KPARTS) EXTRA_DIST = kpdf.desktop |