summaryrefslogtreecommitdiff
path: root/modules/yesno
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-06 22:51:58 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-06 22:51:58 +0000
commitcc5b515f78b9b6a18defb5e632d14af5a4dc2ab6 (patch)
tree413d9b81e2c606de49fdee5ec61129384b51b8ab /modules/yesno
parent41051009bb2982be6f3ce70986f21b855e5fc888 (diff)
downloadgnulib-cc5b515f78b9b6a18defb5e632d14af5a4dc2ab6.tar.gz
Merge from coreutils.
Diffstat (limited to 'modules/yesno')
-rw-r--r--modules/yesno3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/yesno b/modules/yesno
index 05a8852600..10b49e2239 100644
--- a/modules/yesno
+++ b/modules/yesno
@@ -4,6 +4,7 @@ Read a response from the user, and its classification as matching "yes" or
Files:
lib/yesno.c
+lib/yesno.h
m4/yesno.m4
Depends-on:
@@ -14,7 +15,7 @@ configure.ac:
gl_YESNO
Makefile.am:
-lib_SOURCES += yesno.c
+lib_SOURCES += yesno.c yesno.h
Include: