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 | 5a599bd048a61188c5514e423fd344147a09158c (patch) | |
tree | d45478569a3adac37486964c2afd3176d2a13fb8 /ksirc/KSTicker | |
parent | 0ae84fe7596906341cafa0dfe20f367e4cbf8385 (diff) | |
download | tdenetwork-5a599bd048a61188c5514e423fd344147a09158c.tar.gz tdenetwork-5a599bd048a61188c5514e423fd344147a09158c.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/kdenetwork@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksirc/KSTicker')
-rw-r--r-- | ksirc/KSTicker/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/KSTicker/Makefile.am b/ksirc/KSTicker/Makefile.am index ab937def..419f2fad 100644 --- a/ksirc/KSTicker/Makefile.am +++ b/ksirc/KSTicker/Makefile.am @@ -15,6 +15,6 @@ check_PROGRAMS = ksttest ksttest_SOURCES = ksttest.cpp ksttest_LDADD = libksticker.la ../ksopts.lo ../nickColourMaker.lo $(LIB_KDEUI) -ksttest_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ksttest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor |