From 868adeb593c66bd7dae4f0c3220c77f92640ea98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 11 Sep 2013 01:34:01 +0200 Subject: Add missing LDFLAGS causing FTBFS --- kbstateapplet/Makefile.am | 2 +- kttsd/players/artsplayer/Makefile.am | 2 +- 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 = \ -- cgit v1.2.1