mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
(test_cflags, LDFLAGS): Include
GUILE_CFLAGS.
This commit is contained in:
parent
5bbc535901
commit
ae90bbb5b9
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue