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-engine | |
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-engine')
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |