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 | 032c0701075eda0552f9539a4c9e7fec554399fd (patch) | |
tree | de5029583abd76635911ae95d409dd46ff0aa9d6 /kstars | |
parent | b850ef000c0a7aa22cc8e2011c710e01a1687d04 (diff) | |
download | tdeedu-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 'kstars')
-rw-r--r-- | kstars/kstars/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/Makefile.am b/kstars/kstars/Makefile.am index a8051fd1..445388de 100644 --- a/kstars/kstars/Makefile.am +++ b/kstars/kstars/Makefile.am @@ -54,7 +54,7 @@ INCLUDES= -I$(top_srcdir) -Itools -I$(srcdir)/tools $(all_includes) METASOURCES = AUTO # the library search path. -kstars_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kstars_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE |