1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

(snarfcppopts): Added -I$(top_srcdir).

This commit is contained in:
Mikael Djurfeldt 2003-12-01 18:49:38 +00:00
parent 2d0b85acf8
commit f1efbdf3f1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-12-01 Mikael Djurfeldt <mdj@chunk.mit.edu>
* standalone/Makefile.am (snarfcppopts): Added -I$(top_srcdir).
2003-11-19 Rob Browning <rlb@defaultvalue.org>
* standalone/test-system-cmds: new test.

View file

@ -13,7 +13,8 @@ test_cflags := \
-I$(top_srcdir) \
-I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS)
snarfcppopts = $(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(CFLAGS)
snarfcppopts = \
$(DEFS) $(DEFAULT_INCLUDES) $(CPPFLAGS) $(CFLAGS) -I$(top_srcdir)
%.x: %.c
${top_builddir}/libguile/guile-snarf -o $@ $< $(snarfcppopts)