From 730967a47c613190f42c094007fabea30f24348e Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 7 Aug 2012 19:38:36 +0200 Subject: Update autotools for new DSO linkage style Thanks to Francois Andriot for the patch --- plugins/decoder/musepack/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/decoder/musepack') diff --git a/plugins/decoder/musepack/Makefile.am b/plugins/decoder/musepack/Makefile.am index beb7d63..f806ac5 100644 --- a/plugins/decoder/musepack/Makefile.am +++ b/plugins/decoder/musepack/Makefile.am @@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = libk3bmpcdecoder.la libk3bmpcdecoder_la_SOURCES = k3bmpcdecoder.cpp k3bmpcwrapper.cpp -libk3bmpcdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(MPC_LIBS) +libk3bmpcdecoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la ../../../libk3b/plugin/libk3bplugin.la $(MPC_LIBS) $(LIB_QT) $(LIB_TDECORE) $(LIB_KIO) $(LIB_TDEUI) libk3bmpcdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins -- cgit v1.2.3