From 652dbce648230d14d6c7d8d633704cd41478f607 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Mon, 19 Feb 2007 23:00:07 +0000 Subject: [PATCH] (noinst_HEADERS): Add private-options.h, so that it is included in the distribution. (noinst_HEADERS): And the same for eval.i.c. --- libguile/ChangeLog | 1 + libguile/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 2762daec6..df0648128 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -2,6 +2,7 @@ * Makefile.am (noinst_HEADERS): Add private-options.h, so that it is included in the distribution. + (noinst_HEADERS): And the same for eval.i.c. 2007-01-31 Ludovic Courtès diff --git a/libguile/Makefile.am b/libguile/Makefile.am index 8dce2df30..73f7fcc71 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -182,6 +182,7 @@ install-exec-hook: ## working. noinst_HEADERS = convert.i.c \ conv-integer.i.c conv-uinteger.i.c \ + eval.i.c \ srfi-4.i.c \ quicksort.i.c \ win32-uname.h win32-dirent.h win32-socket.h \