From abd26b8d5eb40793252142f4c7522adb8a0174a3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 10 Oct 2011 20:45:10 +0000 Subject: 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/kdetoys@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kworldwatch/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kworldwatch') diff --git a/kworldwatch/Makefile.am b/kworldwatch/Makefile.am index 75901df..c6f6de8 100644 --- a/kworldwatch/Makefile.am +++ b/kworldwatch/Makefile.am @@ -11,7 +11,7 @@ INCLUDES = $(all_includes) kworldclock_SOURCES = main.cpp kworldclock_LDADD = libww.la $(LIB_KDEUI) -kworldclock_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kworldclock_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor xdg_apps_DATA= kworldclock.desktop -- cgit v1.2.1