summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorStephen Torri <storri@users.sourceforge.net>2002-10-22 23:50:15 +0000
committerStephen Torri <storri@users.sourceforge.net>2002-10-22 23:50:15 +0000
commit79bfd5a718b1d108ddb9bc8f06b1ac575703261c (patch)
tree8b8e3dc1594334a396a2e9622f9e376a7ff7ea30 /src/xine-engine
parent8f03706af8037570dec58760ee542d4f05ef3fe2 (diff)
downloadxine-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.am2
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