Tweak Include section.
authorBruno Haible <bruno@clisp.org>
Thu, 2 Oct 2003 10:22:12 +0000 (10:22 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 2 Oct 2003 10:22:12 +0000 (10:22 +0000)
ChangeLog
modules/lchown
modules/time_r
modules/xgetdomainname

index 1ff6886eda376093ce1435ecbd45a169a0b6bd9e..26eee3c378496435182dcbfdeb0d7169314d3b2b 100644 (file)
--- 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
index 4a5217f5bc819029c7a8f5fc5eb39c66738be492..7c752d72a0ad04cc443bb2ce0d4b9633187cf520 100644 (file)
@@ -16,6 +16,7 @@ Makefile.am:
 lib_SOURCES += lchown.h
 
 Include:
+"lchown.h"
 
 Maintainer:
 Jim Meyering
index 131f0e745aaa6f141dc3db15553908b9678bc5d9..c422b6730570bd8ce5d18d24c7d20e826e6a7472 100644 (file)
@@ -17,7 +17,7 @@ Makefile.am:
 lib_SOURCES += time_r.h
 
 Include:
-<time_r.h>
+"time_r.h"
 
 Maintainer:
 Paul Eggert
index b25a05cfc9a55d3dd7cbe4137d9952b20200c428..8e4082333c14787272b839fc57e0f43a507827b9 100644 (file)
@@ -15,6 +15,7 @@ Makefile.am:
 lib_SOURCES += xgetdomainname.h xgetdomainname.c
 
 Include:
+"xgetdomainname.h"
 
 Maintainer:
 Simon Josefsson