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:
parent
2d0b85acf8
commit
f1efbdf3f1
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue