mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +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
|
## Check for headers in $(srcdir)/.., so that #include
|
||||||
## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
|
## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
|
||||||
## building.
|
## building.
|
||||||
INCLUDES = -I.. -I$(srcdir)/..
|
INCLUDES = -I. -I.. -I$(srcdir)/..
|
||||||
|
|
||||||
GUILE_SNARF = ../libguile/guile-snarf
|
GUILE_SNARF = ../libguile/guile-snarf
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue