summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-10-02 10:22:12 +0000
committerBruno Haible <bruno@clisp.org>2003-10-02 10:22:12 +0000
commit3a5e8c8c5003f668286e8e2024870ab2a17df0d4 (patch)
treef071801021212dcd9d760458b679cc78e4fec09d /modules
parentcbac3adb4a18516cbcc02808c4624fb3f0db6fb4 (diff)
downloadgnulib-3a5e8c8c5003f668286e8e2024870ab2a17df0d4.tar.gz
Tweak Include section.
Diffstat (limited to 'modules')
-rw-r--r--modules/lchown1
-rw-r--r--modules/time_r2
-rw-r--r--modules/xgetdomainname1
3 files changed, 3 insertions, 1 deletions
diff --git a/modules/lchown b/modules/lchown
index 4a5217f5bc..7c752d72a0 100644
--- a/modules/lchown
+++ b/modules/lchown
@@ -16,6 +16,7 @@ Makefile.am:
lib_SOURCES += lchown.h
Include:
+"lchown.h"
Maintainer:
Jim Meyering
diff --git a/modules/time_r b/modules/time_r
index 131f0e745a..c422b67305 100644
--- a/modules/time_r
+++ b/modules/time_r
@@ -17,7 +17,7 @@ Makefile.am:
lib_SOURCES += time_r.h
Include:
-<time_r.h>
+"time_r.h"
Maintainer:
Paul Eggert
diff --git a/modules/xgetdomainname b/modules/xgetdomainname
index b25a05cfc9..8e4082333c 100644
--- a/modules/xgetdomainname
+++ b/modules/xgetdomainname
@@ -15,6 +15,7 @@ Makefile.am:
lib_SOURCES += xgetdomainname.h xgetdomainname.c
Include:
+"xgetdomainname.h"
Maintainer:
Simon Josefsson