add --enable-local-xmms-plugin

This commit is contained in:
Josh Coalson
2003-01-14 06:59:50 +00:00
parent 8ee742ac0c
commit 3d73072413
3 changed files with 16 additions and 6 deletions

View File

@@ -29,7 +29,11 @@ noinst_HEADERS = \
CFLAGS = @CFLAGS@ @ID3LIB_CFLAGS@ @XMMS_CFLAGS@
INCLUDES = -I$(top_srcdir)/src
if FLaC__INSTALL_XMMS_PLUGIN_LOCALLY
xmmsinputplugindir = $(HOME)/.xmms/Plugins
else
xmmsinputplugindir = @XMMS_INPUT_PLUGIN_DIR@
endif
# Don't build a static library
LIBTOOL = $(top_builddir)/libtool-disable-static