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

@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
bin_PROGRAMS = flac
CFLAGS = @ CFLAGS@ @ OGG_CFLAGS@
CFLAGS = @CFLAGS@ @ OGG_CFLAGS@
if FLaC__HAS_OGG
NEED_OGGFLAC_LIB = $(top_builddir)/src/libOggFLAC/libOggFLAC.la

View File

@ -20,7 +20,7 @@ lib_LTLIBRARIES = libFLAC.la
if DEBUG
DEBUGCFLAGS = -DFLAC__OVERFLOW_DETECT
endif
CFLAGS = @ CFLAGS@ $(DEBUGCFLAGS)
CFLAGS = @CFLAGS@ $(DEBUGCFLAGS)
if FLaC__NO_ASM
else

View File

@ -20,7 +20,7 @@ lib_LTLIBRARIES = libOggFLAC.la
if DEBUG
DEBUGCFLAGS =
endif
CFLAGS = @ CFLAGS@ $(DEBUGCFLAGS)
CFLAGS = @CFLAGS@ $(DEBUGCFLAGS)
SUBDIRS = include .

View File

@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
bin_PROGRAMS = metaflac
CFLAGS = @ CFLAGS@
CFLAGS = @CFLAGS@
EXTRA_DIST = \
Makefile.lite \

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@

View File

@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
CFLAGS = @ CFLAGS@
CFLAGS = @CFLAGS@
EXTRA_DIST = \
Makefile.lite \

View File

@ -19,7 +19,7 @@ EXTRA_DIST = \
Makefile.lite \
Makefile.vc
CFLAGS = @ CFLAGS@
CFLAGS = @CFLAGS@
INCLUDES = -I$(top_srcdir)/src/libFLAC/include
noinst_PROGRAMS = test_libFLAC

View File

@ -20,7 +20,7 @@ EXTRA_DIST = \
Makefile.vc \
README
CFLAGS = @ CFLAGS@ @ OGG_CFLAGS@
CFLAGS = @CFLAGS@ @ OGG_CFLAGS@
noinst_PROGRAMS = test_libOggFLAC++
test_libOggFLAC___LDADD = $(top_builddir)/src/libOggFLAC++/libOggFLAC++.la $(top_builddir)/src/libOggFLAC/libOggFLAC.la $(top_builddir)/src/libFLAC/libFLAC.la @ OGG_LIBS@ -lm

View File

@ -19,7 +19,7 @@ EXTRA_DIST = \
Makefile.lite \
Makefile.vc
CFLAGS = @ CFLAGS@ @ OGG_CFLAGS@
CFLAGS = @CFLAGS@ @ OGG_CFLAGS@
INCLUDES =
noinst_PROGRAMS = test_libOggFLAC

View File

@ -19,7 +19,7 @@ EXTRA_DIST = \
Makefile.lite \
Makefile.vc
CFLAGS = @ CFLAGS@
CFLAGS = @CFLAGS@
noinst_PROGRAMS = test_streams
test_streams_SOURCES = \