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 | d401b1dff8de82296353fe2e5cb1a989803eaff5 (patch) | |
tree | 38e7961801b28f77212b230eedbb04de7e6e08f1 | |
parent | 0e574d2e47c3b3a7e1aa7c8d8af044bf5a416427 (diff) | |
download | tellico-d401b1dff8de82296353fe2e5cb1a989803eaff5.tar.gz tellico-d401b1dff8de82296353fe2e5cb1a989803eaff5.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/applications/tellico@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8ffd5e4..72ff2a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -122,7 +122,7 @@ KDE_OPTIONS = noautodist CLEANFILES = *~ *.loT # the library search path. -tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) +tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor uidir = $(kde_datadir)/tellico ui_DATA = tellicoui.rc |