mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
* Makefile.am (modincludedir): Use "ice-9" instead of "@module@";
we're not using AM_INIT_GUILE_MODULE any more. * Makefile.in: Reneregated.
This commit is contained in:
parent
6be9e2487b
commit
5380de6b99
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ include_HEADERS = libguile.h
|
|||
pkginclude_HEADERS = gh.h
|
||||
|
||||
# These are headers visible as <libguile/mumble.h>.
|
||||
modincludedir = $(includedir)/@module@
|
||||
modincludedir = $(includedir)/libguile
|
||||
modinclude_HEADERS = __scm.h alist.h append.h arbiters.h async.h \
|
||||
backtrace.h boolean.h chars.h continuations.h debug.h dynl.h dynwind.h \
|
||||
eq.h error.h eval.h extchrs.h feature.h filesys.h fports.h gc.h \
|
||||
|
|
|
@ -107,7 +107,7 @@ include_HEADERS = libguile.h
|
|||
pkginclude_HEADERS = gh.h
|
||||
|
||||
# These are headers visible as <libguile/mumble.h>.
|
||||
modincludedir = $(includedir)/@module@
|
||||
modincludedir = $(includedir)/libguile
|
||||
modinclude_HEADERS = __scm.h alist.h append.h arbiters.h async.h \
|
||||
backtrace.h boolean.h chars.h continuations.h debug.h dynl.h dynwind.h \
|
||||
eq.h error.h eval.h extchrs.h feature.h filesys.h fports.h gc.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue