From 023e7b38d9438a4262e6b46d9dbb9345597359a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Aug 2012 19:24:56 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch --- noatun/library/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'noatun/library/Makefile.am') diff --git a/noatun/library/Makefile.am b/noatun/library/Makefile.am index b3882b48..e769964a 100644 --- a/noatun/library/Makefile.am +++ b/noatun/library/Makefile.am @@ -30,11 +30,11 @@ libnoatun_la_LDFLAGS = \ libnoatun_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui.la \ $(top_builddir)/arts/gui/kde/libartsgui_kde.la $(top_builddir)/arts/modules/libartsmodules.la \ -lkio -lqtmcop -lkmedia2_idl $(top_builddir)/noatun/library/noatunarts/libnoatunarts.la \ - -lartsflow -lsoundserver_idl -lartskde $(LIBDL) + -lartsflow -lsoundserver_idl -lartskde $(LIBDL) $(LIB_QT) -lDCOP libnoatuncontrols_la_SOURCES = controls.cpp scrollinglabel.cpp libnoatuncontrols_la_LDFLAGS = -version-info 3:0:2 $(KDE_RPATH) $(all_libraries) -no-undefined -libnoatuncontrols_la_LIBADD = $(LIBDL) $(LIB_TDEUI) +libnoatuncontrols_la_LIBADD = $(LIBDL) $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) METASOURCES = AUTO META_INCLUDES = $(srcdir)/noatun -- cgit v1.2.3