summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
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/input/Makefile.am
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/input/Makefile.am')
-rw-r--r--src/input/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index 58927b48d..23a8403c8 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -37,8 +37,8 @@ DVD_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE \
link_dvdnav = libdvdnav/libdvdnav.la libdvdread/libdvdread.la
endif
-AM_CFLAGS = $(DVD_CFLAGS)
-DEBUG_CFLAGS = @DEBUG_CFLAGS@ $(DVD_CFLAGS)
+AM_CFLAGS = $(DVD_CFLAGS) @ANSI_FLAGS@
+DEBUG_CFLAGS = @DEBUG_CFLAGS@ $(DVD_CFLAGS) @ANSI_FLAGS@
lib_LTLIBRARIES = \
xineplug_inp_file.la \