From fcdef3327bc0b0c55246a8d7b576f02ab1506689 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 5 Sep 2002 05:38:44 +0000 Subject: [PATCH] add libplugin_common.a to linkage --- src/plugin_xmms/Makefile.am | 5 ++--- 1 file 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