Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile
[bpt/guile.git] / test-suite / standalone / Makefile.am
index ae68d5f..adbe0c8 100644 (file)
@@ -34,7 +34,7 @@ test_cflags =                                 \
   -I$(top_srcdir)/test-suite/standalone                \
   -I$(top_srcdir)                              \
   -I$(top_srcdir)/lib -I$(top_builddir)/lib    \
-  $(EXTRA_DEFS) $(GUILE_CFLAGS)
+  $(EXTRA_DEFS) $(GUILE_CFLAGS) $(GCC_CFLAGS)
 
 AM_LDFLAGS = $(GUILE_CFLAGS)