summaryrefslogtreecommitdiffstats
path: root/kweather
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
commitabd26b8d5eb40793252142f4c7522adb8a0174a3 (patch)
treea7874e29f17fc345b8894e18354fccbb198ac014 /kweather
parent5402bbfde73f33c76f17a72bcd6ea3d730681fb9 (diff)
downloadtdetoys-abd26b8d5eb40793252142f4c7522adb8a0174a3.tar.gz
tdetoys-abd26b8d5eb40793252142f4c7522adb8a0174a3.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/kdetoys@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kweather')
-rw-r--r--kweather/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/Makefile.am b/kweather/Makefile.am
index 4db22b5..d7d31a3 100644
--- a/kweather/Makefile.am
+++ b/kweather/Makefile.am
@@ -55,7 +55,7 @@ kcm_weatherservice_la_LIBADD = $(LIB_KDEUI)
#globaladddir = $(kde_datadir)/konqsidebartng/add
#globaladd_DATA = weatherbar_add.desktop
-kweatherservice_LDFLAGS = $(all_libraries) $(KDE_RPATH)
+kweatherservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor
kweatherservice_LDADD = $(LIB_KIO)
kweatherservice_SOURCES = main.cpp metar_parser.cpp weatherlib.cpp \
weatherservice.cpp weatherservice.skel \