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 | 042dc76a36d755237893cc95628cf137b4f76543 (patch) | |
tree | 5f66fef3dc529136ec3468f5574e9c672ca6c27f /kxsldbg | |
parent | e7d485fd091fd610bd8d6b3fae3627909ab4069a (diff) | |
download | tdewebdev-042dc76a36d755237893cc95628cf137b4f76543.tar.gz tdewebdev-042dc76a36d755237893cc95628cf137b4f76543.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/kdewebdev@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kxsldbg')
-rw-r--r-- | kxsldbg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kxsldbg/Makefile.am b/kxsldbg/Makefile.am index e70c4127..2515a27b 100644 --- a/kxsldbg/Makefile.am +++ b/kxsldbg/Makefile.am @@ -50,7 +50,7 @@ INCLUDES= $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(all_includes) METASOURCES = AUTO # the application source, library search path, and link libraries -kxsldbg_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kxsldbg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # this is where the shell's XML-GUI resource file goes shellrcdir = $(kde_datadir)/kxsldbg |