mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix slightly botched search-and-replace which produced constructs like
"@ CFLAGS".
This commit is contained in:
@@ -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@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user