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 | 442a3ecae665f818b237c99a245f4083db181e35 (patch) | |
| tree | 87724b700d0d8b67352af93d4cfe78c393ad93fa /amarok/src/scripts | |
| parent | 106525470f87d10befa32d511dbf750f4ef341b8 (diff) | |
| download | amarok-442a3ecae665f818b237c99a245f4083db181e35.tar.gz amarok-442a3ecae665f818b237c99a245f4083db181e35.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/amarok@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'amarok/src/scripts')
| -rw-r--r-- | amarok/src/scripts/graphequalizer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/scripts/graphequalizer/Makefile.am b/amarok/src/scripts/graphequalizer/Makefile.am index 8b2acb43..d84eed7d 100644 --- a/amarok/src/scripts/graphequalizer/Makefile.am +++ b/amarok/src/scripts/graphequalizer/Makefile.am @@ -21,7 +21,7 @@ graphequalizer_LDADD = \ $(LIB_KDEUI) \ $(LIB_KDECORE) -graphequalizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) +graphequalizer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor METASOURCES = AUTO |
