1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

* num2integral.i.c, num2float.i.c: Removed.

* Makefile.am (noinst_HEADERS): Updated.
This commit is contained in:
Marius Vollmer 2004-08-03 17:24:28 +00:00
parent 96d8c21757
commit 5ad8c0c95b
3 changed files with 1 additions and 1 deletions

View file

@ -165,7 +165,7 @@ install-exec-hook:
## compile, since they are #included. So instead we list them here.
## Perhaps we can deal with them normally once the merge seems to be
## working.
noinst_HEADERS = num2integral.i.c num2float.i.c convert.i.c \
noinst_HEADERS = convert.i.c \
conv-integer.i.c conv-uinteger.i.c \
win32-uname.h win32-dirent.h win32-socket.h \
private-gc.h

View file