summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kbstateapplet/Makefile.am2
-rw-r--r--kttsd/players/artsplayer/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/kbstateapplet/Makefile.am b/kbstateapplet/Makefile.am
index 36e0d29..ac1da80 100644
--- a/kbstateapplet/Makefile.am
+++ b/kbstateapplet/Makefile.am
@@ -13,7 +13,7 @@ lnk_DATA = kbstateapplet.desktop
EXTRA_DIST = $(lnk_DATA)
kbstate_panelapplet_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries)
-kbstate_panelapplet_la_LIBADD = $(LIB_TDEUI)
+kbstate_panelapplet_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)
messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kbstateapplet.pot
diff --git a/kttsd/players/artsplayer/Makefile.am b/kttsd/players/artsplayer/Makefile.am
index d5c6012..fd79136 100644
--- a/kttsd/players/artsplayer/Makefile.am
+++ b/kttsd/players/artsplayer/Makefile.am
@@ -19,7 +19,7 @@ libkttsd_artsplugin_la_SOURCES = \
artsplugin.cpp \
artsplayer.cpp
libkttsd_artsplugin_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -no-undefined
-libkttsd_artsplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la -lartskde
+libkttsd_artsplugin_la_LIBADD = $(top_builddir)/kttsd/libkttsd/libkttsd.la -lartskde $(LIB_QT)
# Header files that should not be installed.
noinst_HEADERS = \