summaryrefslogtreecommitdiff
path: root/src/libflac
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-30 18:44:52 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-30 18:44:52 +0000
commit5effdd37bee3a4a10c393dbf739c90cb259180ef (patch)
tree128afaa671edd134c09fbbead8224caa52245888 /src/libflac
parent29889061262a94aeb8871b185b29a1699f55af63 (diff)
downloadxine-lib-5effdd37bee3a4a10c393dbf739c90cb259180ef.tar.gz
xine-lib-5effdd37bee3a4a10c393dbf739c90cb259180ef.tar.bz2
*BUGFIX*
Added XINE_LIB to linking for this plugins (required on win-platforms). CVS patchset: 7816 CVS date: 2005/11/30 18:44:52
Diffstat (limited to 'src/libflac')
-rw-r--r--src/libflac/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libflac/Makefile.am b/src/libflac/Makefile.am
index 18e9798f1..bd49237dc 100644
--- a/src/libflac/Makefile.am
+++ b/src/libflac/Makefile.am
@@ -11,7 +11,7 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = $(flac_module)
xineplug_flac_la_SOURCES = demux_flac.c decoder_flac.c
-xineplug_flac_la_LIBADD = $(LIBFLAC_LIBS)
+xineplug_flac_la_LIBADD = $(LIBFLAC_LIBS) $(XINE_LIB)
xineplug_flac_la_LDFLAGS = -avoid-version -module -lFLAC @XINE_PLUGIN_MIN_SYMS@
noinst_HEADERS = demux_flac.h