summaryrefslogtreecommitdiffstats
path: root/kgeography
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 /kgeography
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 'kgeography')
-rw-r--r--kgeography/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kgeography/src/Makefile.am b/kgeography/src/Makefile.am
index e70ac19c..989b47ea 100644
--- a/kgeography/src/Makefile.am
+++ b/kgeography/src/Makefile.am
@@ -8,7 +8,7 @@ bin_PROGRAMS = kgeography
INCLUDES = $(all_includes)
# the library search path.
-kgeography_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kgeography_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
# the libraries to link against.
kgeography_LDADD = $(LIB_KDEUI)