obstack.m4 (gl_PREREQ_OBSTACK): Require
[gnulib.git] / modules / xgethostname
index ab08d89..840faf1 100644 (file)
@@ -2,20 +2,20 @@ Description:
 Return machine's hostname, without size limitations.
 
 Files:
+lib/xgethostname.h
 lib/xgethostname.c
 
 Depends-on:
-error
-exit
 gethostname
 xalloc
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += xgethostname.c
+lib_SOURCES += xgethostname.h xgethostname.c
 
 Include:
+"xgethostname.h"
 
 Maintainer:
 Jim Meyering