diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-12-05 01:06:21 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2006-12-05 01:06:21 +0000 |
commit | d6af5786827d944fb70c107de4d955f6e2bcd498 (patch) | |
tree | cf7771c83536df9138b7421767f6852782af3622 /src/plugin_xmms | |
parent | 32b9baedb4f0c97a515b37ec626733a8ea3a1caa (diff) | |
download | flac-d6af5786827d944fb70c107de4d955f6e2bcd498.tar.gz |
link with libogg
Diffstat (limited to 'src/plugin_xmms')
-rw-r--r-- | src/plugin_xmms/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am index 6ea532ce..e1f4b114 100644 --- a/src/plugin_xmms/Makefile.am +++ b/src/plugin_xmms/Makefile.am @@ -30,7 +30,7 @@ noinst_HEADERS = \ plugin.h \ tag.h -AM_CFLAGS = @XMMS_CFLAGS@ +AM_CFLAGS = @OGG_CFLAGS@ @XMMS_CFLAGS@ INCLUDES = -I$(top_srcdir)/src if FLaC__INSTALL_XMMS_PLUGIN_LOCALLY @@ -64,6 +64,7 @@ libxmms_flac_la_LIBADD = \ $(top_builddir)/src/share/utf8/libutf8.la \ $(top_builddir)/src/libFLAC/libFLAC.la \ -L$(top_builddir)/src/libFLAC/.libs \ + @OGG_LIBS@ \ @XMMS_LIBS@ \ @LIBICONV@ libxmms_flac_la_LDFLAGS = -module -avoid-version |