summaryrefslogtreecommitdiffstats
path: root/kturtle
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-10 20:45:10 +0000
commit032c0701075eda0552f9539a4c9e7fec554399fd (patch)
treede5029583abd76635911ae95d409dd46ff0aa9d6 /kturtle
parentb850ef000c0a7aa22cc8e2011c710e01a1687d04 (diff)
downloadtdeedu-032c0701075eda0552f9539a4c9e7fec554399fd.tar.gz
tdeedu-032c0701075eda0552f9539a4c9e7fec554399fd.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/kdeedu@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kturtle')
-rw-r--r--kturtle/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/kturtle/src/Makefile.am b/kturtle/src/Makefile.am
index 7ed55e4d..c09c7e88 100644
--- a/kturtle/src/Makefile.am
+++ b/kturtle/src/Makefile.am
@@ -4,9 +4,9 @@ INCLUDES = $(all_includes)
SUBDIRS = pics
# added from kjots
-AM_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
-kturtle_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+kturtle_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kturtle_LDADD = $(LIB_KDEUI) $(LIB_KIO) $(LIB_KDEPRINT) $(LIB_KPARTS) -lkatepartinterfaces
KDE_ICON = kturtle