diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-09-05 05:38:44 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-09-05 05:38:44 +0000 |
commit | fcdef3327bc0b0c55246a8d7b576f02ab1506689 (patch) | |
tree | 92e7b989c8ff9d1d9128819a8591176d3cc589e1 | |
parent | 84bf93023b78ebf6c0c49222972a59d65e4a8c5a (diff) | |
download | flac-fcdef3327bc0b0c55246a8d7b576f02ab1506689.tar.gz |
add libplugin_common.a to linkage
-rw-r--r-- | src/plugin_xmms/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am index c5e85d1c..107386a1 100644 --- a/src/plugin_xmms/Makefile.am +++ b/src/plugin_xmms/Makefile.am @@ -27,9 +27,8 @@ noinst_HEADERS = \ configure.h \ wrap_id3.h -INCLUDES = ./include - CFLAGS = @CFLAGS@ @XMMS_CFLAGS@ +INCLUDES = -I$(top_srcdir)/src xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@ # Don't build a static library @@ -53,5 +52,5 @@ endif # for fix info see: # http://lists.freshrpms.net/pipermail/rpm-list/2002-April/000746.html # the workaround is the extra '-L$(top_builddir)/src/libFLAC/.libs' -libxmms_flac_la_LIBADD = $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIBS@ +libxmms_flac_la_LIBADD = $(top_builddir)/src/plugin_common/libplugin_common.a $(top_builddir)/src/libFLAC/libFLAC.la -L$(top_builddir)/src/libFLAC/.libs @XMMS_LIBS@ @ID3LIBS@ libxmms_flac_la_LDFLAGS = -module -avoid-version |