Fix slightly botched search-and-replace which produced constructs like

"@ CFLAGS".
This commit is contained in:
Matt Zimmerman
2002-10-15 01:41:11 +00:00
parent 72695809f0
commit 3960df1f78
10 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ noinst_HEADERS = \
configure.h \
wrap_id3.h
CFLAGS = @ CFLAGS@ @ ID3LIB_CFLAGS@ @ XMMS_CFLAGS@
CFLAGS = @CFLAGS@ @ ID3LIB_CFLAGS@ @ XMMS_CFLAGS@
INCLUDES = -I$(top_srcdir)/src
xmmsinputplugindir = @ XMMS_INPUT_PLUGIN_DIR@