Use config.h rather than passing all defs in CFLAGS

This commit is contained in:
Matt Zimmerman
2002-10-10 16:51:06 +00:00
parent 87099c08f3
commit e525917900
20 changed files with 71 additions and 16 deletions

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 \
@@ -26,4 +26,4 @@ metaflac_SOURCES = \
main.c
metaflac_LDFLAGS =
metaflac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la @SHARE_LIBS@ @LIBICONV@ -lm
metaflac_LDADD = $(top_builddir)/src/libFLAC/libFLAC.la @ SHARE_LIBS@ @ LIBICONV@ -lm