filename | src/Makefile.in |
changeset | 987:3bd03f1ce0a7 |
prev | 985:52e64faac752 |
next | 988:23c648e10db3 |
author | nkeynes |
date | Wed Feb 25 08:50:22 2009 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Add explicit c99-compliance check for linux/cdrom.h - some kernel versions/arches have broken headers and need to be compiled with -std=gnu99 rather than -std=c99 |
file | annotate | diff | log | raw |
1.1 --- a/src/Makefile.in Tue Feb 24 11:47:41 2009 +00001.2 +++ b/src/Makefile.in Wed Feb 25 08:50:22 2009 +00001.3 @@ -405,7 +405,7 @@1.4 @GLIB_CFLAGS@ @GTK_CFLAGS@ @LIBPNG_CFLAGS@ @PULSE_CFLAGS@ @ESOUND_CFLAGS@ @ALSA_CFLAGS@1.6 EXTRA_DIST = drivers/genkeymap.pl checkver.pl1.7 -AM_CFLAGS = -D__EXTENSIONS__ -U__STRICT_ANSI__1.8 +AM_CFLAGS = -D__EXTENSIONS__1.9 TESTS = test/testxlt1.10 BUILT_SOURCES = sh4/sh4core.c sh4/sh4dasm.c sh4/sh4x86.c sh4/sh4stat.c \1.11 pvr2/gl_slsrc.c drivers/mac_keymap.h version.c
.