1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile

Gnulib code.
This commit is contained in:
Ludovic Courtès 2008-08-25 11:20:02 +02:00
parent 4b7513463d
commit bfb2e11358
8 changed files with 30 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2008-08-25 Ludovic Courtès <ludo@gnu.org>
* Makefile.am (AM_CFLAGS): New.
2008-06-28 Ludovic Courtès <ludo@gnu.org>
* Makefile.am (INCLUDES): Renamed to...

View file

@ -29,6 +29,8 @@ DEFS = @DEFS@ @EXTRA_DEFS@
AM_CPPFLAGS = -I.. -I$(srcdir)/.. \
-I$(top_srcdir)/lib -I$(top_builddir)/lib
AM_CFLAGS = $(GCC_CFLAGS)
srfiincludedir = $(pkgincludedir)/srfi
# These headers are visible as <guile/srfi/mumble.h>