1
Fork 0
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:
Jim Blandy 1997-04-27 22:59:39 +00:00
parent 6be9e2487b
commit 5380de6b99
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ include_HEADERS = libguile.h
pkginclude_HEADERS = gh.h pkginclude_HEADERS = gh.h
# These are headers visible as <libguile/mumble.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 \ 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 \ 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 \ eq.h error.h eval.h extchrs.h feature.h filesys.h fports.h gc.h \

View file

@ -107,7 +107,7 @@ include_HEADERS = libguile.h
pkginclude_HEADERS = gh.h pkginclude_HEADERS = gh.h
# These are headers visible as <libguile/mumble.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 \ 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 \ 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 \ eq.h error.h eval.h extchrs.h feature.h filesys.h fports.h gc.h \