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 | 2bf98fe80123692057a58a267f921cf014d61ef5 (patch) | |
tree | 847c1e8e842ff56f3f8fe204fd816fa079873f70 /noatun | |
parent | 38c883e6b179b5e188aead3dd975646c38334e56 (diff) | |
download | tdemultimedia-2bf98fe80123692057a58a267f921cf014d61ef5.tar.gz tdemultimedia-2bf98fe80123692057a58a267f921cf014d61ef5.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/kdemultimedia@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun')
-rw-r--r-- | noatun/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun/Makefile.am b/noatun/Makefile.am index 2dd06107..240c3225 100644 --- a/noatun/Makefile.am +++ b/noatun/Makefile.am @@ -16,7 +16,7 @@ kconfdir = $(libdir)/kconf_update_bin kconf_PROGRAMS = noatun20update noatun20update_SOURCES = noatun20update.cpp -noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) +noatun20update_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor noatun20update_LDADD = $(LIB_QT) messages: |