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:
parent
4b7513463d
commit
bfb2e11358
8 changed files with 30 additions and 5 deletions
|
@ -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...
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue