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

@@ -19,7 +19,8 @@ EXTRA_DIST = \
Makefile.lite \
test_seeking.dsp
CFLAGS = @CFLAGS@ @OGG_CFLAGS@
AM_CFLAGS = @OGG_CFLAGS@
INCLUDES =
if FLaC__HAS_OGG