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/xine-engine/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xine-engine') diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index cd10b0823..634cb47ed 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -AM_CFLAGS = $(THREAD_CFLAGS) $(X_CFLAGS) +AM_CFLAGS = $(THREAD_CFLAGS) $(X_CFLAGS) @ANSI_FLAGS@ lib_LTLIBRARIES = libxine.la -- cgit v1.2.3