changeset 4764:7680bfe3408c

Tweak Include section.
author Bruno Haible <bruno@clisp.org>
date Thu, 02 Oct 2003 10:22:12 +0000
parents 0d7756a5da9e
children 2bb9dfa47f16
files ChangeLog modules/lchown modules/time_r modules/xgetdomainname
diffstat 4 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-02  Bruno Haible  <bruno@clisp.org>
+
+	* modules/lchown (Include): Add lchown.h.
+	* modules/time_r (Include): Use "..." syntax.
+	* modules/xgetdomainname (Include): Add xgetdomainname.h.
+
 2003-10-01  Simon Josefsson  <jas@extundo.com>
 
 	* MODULES.html.sh: Move gethostname from section 'based on' to section
--- a/modules/lchown
+++ b/modules/lchown
@@ -16,6 +16,7 @@
 lib_SOURCES += lchown.h
 
 Include:
+"lchown.h"
 
 Maintainer:
 Jim Meyering
--- a/modules/time_r
+++ b/modules/time_r
@@ -17,7 +17,7 @@
 lib_SOURCES += time_r.h
 
 Include:
-<time_r.h>
+"time_r.h"
 
 Maintainer:
 Paul Eggert
--- a/modules/xgetdomainname
+++ b/modules/xgetdomainname
@@ -15,6 +15,7 @@
 lib_SOURCES += xgetdomainname.h xgetdomainname.c
 
 Include:
+"xgetdomainname.h"
 
 Maintainer:
 Simon Josefsson