summaryrefslogtreecommitdiffstats
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
commit22576ccd4c9c7cacf955b4b809eccded44c3b6b1 (patch)
treead3a27e0341a858634d3dda368f5037f9277b291
parent177f0abae356832346e592c239c76f2af44ad778 (diff)
downloadkeep-22576ccd4c9c7cacf955b4b809eccded44c3b6b1.tar.gz
keep-22576ccd4c9c7cacf955b4b809eccded44c3b6b1.zip
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/keep@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--keep/app/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/Makefile.am b/keep/app/Makefile.am
index 034895a..9a87391 100644
--- a/keep/app/Makefile.am
+++ b/keep/app/Makefile.am
@@ -12,7 +12,7 @@ keep_SOURCES = main.cpp keepmainwindow.cpp backuplistwidget.cpp\
addbackupwizard3view.ui restorebackupwizard1view.ui\
restorebackupwizard2view.ui restorebackupwizard3view.ui backuplistview.ui
keep_LDADD = $(top_builddir)/keep/common/libkeep.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KIO)
-keep_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+keep_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
noinst_HEADERS = keepmainwindow.h addbackupwizard.h logdialog.h\
restorebackupwizard.h forcebackupdialog.h\