mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 20:30:28 +02:00
(noinst_HEADERS): Add private-options.h, so that it
is included in the distribution.
This commit is contained in:
parent
a2ec35031b
commit
0329137392
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-02-19 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
|
* Makefile.am (noinst_HEADERS): Add private-options.h, so that it
|
||||||
|
is included in the distribution.
|
||||||
|
|
||||||
2007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
|
2007-01-31 Ludovic Courtès <ludovic.courtes@laas.fr>
|
||||||
|
|
||||||
* i18n.c: Include "libguile/threads.h" and "libguile/posix.h"
|
* i18n.c: Include "libguile/threads.h" and "libguile/posix.h"
|
||||||
|
|
|
@ -185,7 +185,7 @@ noinst_HEADERS = convert.i.c \
|
||||||
srfi-4.i.c \
|
srfi-4.i.c \
|
||||||
quicksort.i.c \
|
quicksort.i.c \
|
||||||
win32-uname.h win32-dirent.h win32-socket.h \
|
win32-uname.h win32-dirent.h win32-socket.h \
|
||||||
private-gc.h
|
private-gc.h private-options.h
|
||||||
|
|
||||||
libguile_la_DEPENDENCIES = @LIBLOBJS@
|
libguile_la_DEPENDENCIES = @LIBLOBJS@
|
||||||
libguile_la_LIBADD = @LIBLOBJS@
|
libguile_la_LIBADD = @LIBLOBJS@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue