From 79bfd5a718b1d108ddb9bc8f06b1ac575703261c Mon Sep 17 00:00:00 2001 From: Stephen Torri Date: Tue, 22 Oct 2002 23:50:15 +0000 Subject: Changed -ansi so that the developer must include @ANSI_FLAGS@ in their AC_CFLAGS variable of their Makefile.am for the directory. CVS patchset: 2943 CVS date: 2002/10/22 23:50:15 --- src/demuxers/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demuxers') diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index f4971cd82..f813bae2a 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(OGG_CFLAGS) +AM_CFLAGS = $(OGG_CFLAGS) @ANSI_FLAGS@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic -- cgit v1.2.3