summaryrefslogtreecommitdiffstats
path: root/kweather
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-08-06 02:56:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2012-08-06 02:57:56 +0200
commit41013366f855785fe5e6f73a41e69c6c4f343083 (patch)
treeb433531d384467116e27cacc712431add66713b5 /kweather
parent394fb8b8d9a1bf212cb92194c8b14975649dafd6 (diff)
downloadtdetoys-41013366f855785fe5e6f73a41e69c6c4f343083.tar.gz
tdetoys-41013366f855785fe5e6f73a41e69c6c4f343083.zip
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'kweather')
-rw-r--r--kweather/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/kweather/Makefile.am b/kweather/Makefile.am
index 224c697..6925b27 100644
--- a/kweather/Makefile.am
+++ b/kweather/Makefile.am
@@ -26,7 +26,8 @@ weather_panelapplet_la_SOURCES = reportview.cpp kweather.cpp dockwidget.cpp \
weatherIface.skel weatherservice.stub \
weatherbutton.cpp
weather_panelapplet_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries)
-weather_panelapplet_la_LIBADD = $(LIB_KHTML)
+weather_panelapplet_la_LIBADD = $(LIB_KHTML) $(LIB_QT) -lDCOP
+
appletdir = $(kde_datadir)/kicker/applets
applet_DATA = kweather.desktop
@@ -67,7 +68,7 @@ servicedir = $(kde_servicesdir)
kde_services_DATA = kcmweather.desktop kcmweatherservice.desktop
kweatherreport_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version
-kweatherreport_la_LIBADD = $(LIB_KHTML) reportview.lo
+kweatherreport_la_LIBADD = $(LIB_KHTML) reportview.lo $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP
kweatherreport_la_SOURCES = reportmain.cpp weatherservice.stub
KDE_ICON = kweather