mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
(INCLUDES): Add "-I." to pick up guile-readline-config.h.
This commit is contained in:
parent
23a7f29a8a
commit
8250aa1a28
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ DEFS = @DEFS@ @EXTRA_DEFS@
|
|||
## Check for headers in $(srcdir)/.., so that #include
|
||||
## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
|
||||
## building.
|
||||
INCLUDES = -I.. -I$(srcdir)/..
|
||||
INCLUDES = -I. -I.. -I$(srcdir)/..
|
||||
|
||||
GUILE_SNARF = ../libguile/guile-snarf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue