fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS

This commit is contained in:
Josh Coalson
2005-01-30 18:44:46 +00:00
parent 3c8d2973cb
commit 05a3984002
14 changed files with 13 additions and 17 deletions

View File

@@ -29,7 +29,8 @@ noinst_HEADERS = \
plugin.h \
tag.h
CFLAGS = @CFLAGS@ @XMMS_CFLAGS@
AM_CFLAGS = @XMMS_CFLAGS@
INCLUDES = -I$(top_srcdir)/src
if FLaC__INSTALL_XMMS_PLUGIN_LOCALLY
xmmsinputplugindir = $(HOME)/.xmms/Plugins