From ae90bbb5b94b783e49c2b236f5da3ef040b5aca6 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 24 Sep 2004 01:30:23 +0000 Subject: [PATCH] (test_cflags, LDFLAGS): Include GUILE_CFLAGS. --- test-suite/standalone/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index 9c332c669..7ddea8f51 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -11,7 +11,9 @@ TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env" test_cflags := \ -I$(top_srcdir)/test-suite/standalone \ -I$(top_srcdir) \ - -I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS) + -I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS) $(GUILE_CFLAGS) + +LDFLAGS = $(GUILE_CFLAGS) snarfcppopts = \ $(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(CFLAGS) -I$(top_srcdir)