diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-11 01:34:01 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-11 01:34:01 +0200 |
commit | 868adeb593c66bd7dae4f0c3220c77f92640ea98 (patch) | |
tree | e82ce4a5a465ee5614b8bd84ebed1b6f872e7596 | |
parent | 53f92b0c2541c6a75296d9fe79f4ef7edf59a21f (diff) | |
download | tdeaccessibility-868adeb593c66bd7dae4f0c3220c77f92640ea98.tar.gz tdeaccessibility-868adeb593c66bd7dae4f0c3220c77f92640ea98.zip |
Add missing LDFLAGS causing FTBFS
-rw-r--r-- | kbstateapplet/Makefile.am | 2 | ||||
-rw-r--r-- | 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 = \ |