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 | 38cbdb5e6968ff32b9cf425fd5c876824512cd8f (patch) | |
tree | 73eaffe6b9c74f4e06324d0ab9642c48b979724e /kmag/Makefile.am | |
parent | a462cfdf7a69b92562844b6713a749b4e6ec4040 (diff) | |
download | tdeaccessibility-38cbdb5e6968ff32b9cf425fd5c876824512cd8f.tar.gz tdeaccessibility-38cbdb5e6968ff32b9cf425fd5c876824512cd8f.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/kdeaccessibility@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmag/Makefile.am')
-rw-r--r-- | kmag/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/Makefile.am b/kmag/Makefile.am index 29dd1a7..6f4cd45 100644 --- a/kmag/Makefile.am +++ b/kmag/Makefile.am @@ -27,7 +27,7 @@ METASOURCES = AUTO KDE_OPTIONS = nofinal # the library search path. -kmag_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kmag_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor rcdir = $(kde_datadir)/kmag rc_DATA = kmagui.rc |