From 730967a47c613190f42c094007fabea30f24348e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= 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/encoder/sox/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/encoder/sox') diff --git a/plugins/encoder/sox/Makefile.am b/plugins/encoder/sox/Makefile.am index 383b750..c7dbf90 100644 --- a/plugins/encoder/sox/Makefile.am +++ b/plugins/encoder/sox/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libk3bsoxencoder.la libk3bsoxencoder_la_SOURCES = base_k3bsoxencoderconfigwidget.ui k3bsoxencoder.cpp -libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_TDECORE) +libk3bsoxencoder_la_LIBADD = ../../../libk3b/libk3b.la ../../../libk3bdevice/libk3bdevice.la $(LIB_TDECORE) $(LIB_QT) libk3bsoxencoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries) pluginsdir = $(kde_datadir)/k3b/plugins -- cgit v1.2.1