diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-10-22 23:50:15 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-10-22 23:50:15 +0000 |
commit | 79bfd5a718b1d108ddb9bc8f06b1ac575703261c (patch) | |
tree | 8b8e3dc1594334a396a2e9622f9e376a7ff7ea30 /src/xine-utils | |
parent | 8f03706af8037570dec58760ee542d4f05ef3fe2 (diff) | |
download | xine-lib-79bfd5a718b1d108ddb9bc8f06b1ac575703261c.tar.gz xine-lib-79bfd5a718b1d108ddb9bc8f06b1ac575703261c.tar.bz2 |
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
Diffstat (limited to 'src/xine-utils')
-rw-r--r-- | src/xine-utils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am index 1cca7b514..856ffc8f4 100644 --- a/src/xine-utils/Makefile.am +++ b/src/xine-utils/Makefile.am @@ -10,7 +10,7 @@ if PPC_ARCH pppc_files = ppcasm_string.S endif -AM_CFLAGS = $(THREAD_CFLAGS) +AM_CFLAGS = $(THREAD_CFLAGS) @ANSI_FLAGS@ libxineutils_la_SOURCES = $(pppc_files) \ cpu_accel.c \ |