summaryrefslogtreecommitdiff
path: root/src/plugin_xmms
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2005-01-30 18:44:46 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2005-01-30 18:44:46 +0000
commit05a39840024ceb1b445a2b4ba4ab0c43e220d1b4 (patch)
tree9e09cbbd5d7d506590970f8191799b1078e46823 /src/plugin_xmms
parent3c8d2973cb87e318c11f3a487f2204bf0d673176 (diff)
downloadflac-05a39840024ceb1b445a2b4ba4ab0c43e220d1b4.tar.gz
fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS
Diffstat (limited to 'src/plugin_xmms')
-rw-r--r--src/plugin_xmms/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugin_xmms/Makefile.am b/src/plugin_xmms/Makefile.am
index 18afa2df..bf1b78e3 100644
--- a/src/plugin_xmms/Makefile.am
+++ b/src/plugin_xmms/Makefile.am
@@ -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