From 0ae84fe7596906341cafa0dfe20f367e4cbf8385 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 17:46:47 +0000 Subject: Fix kdenetwork FTBFS under oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258244 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- knewsticker/knewstickerstub/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'knewsticker') diff --git a/knewsticker/knewstickerstub/Makefile.am b/knewsticker/knewstickerstub/Makefile.am index 200e2eac..bdfd22ef 100644 --- a/knewsticker/knewstickerstub/Makefile.am +++ b/knewsticker/knewstickerstub/Makefile.am @@ -8,6 +8,6 @@ service_DATA = knewstickerstub.desktop METASOURCES = AUTO knewstickerstub_SOURCES = knewstickerstub.cpp -knewstickerstub_LDADD = $(LIB_KIO) ../common/libknewstickercommon.la -knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) +knewstickerstub_LDADD = $(LIB_KIO) ../common/libknewstickercommon.la $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) +knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -- cgit v1.2.1