install-reloc: Support multi-binary installation.
[gnulib.git] / modules / xgethostname
index cb6aab1..07cf83d 100644 (file)
@@ -1,17 +1,25 @@
 Description:
+Return machine's hostname, without size limitations.
 
 Files:
+lib/xgethostname.h
 lib/xgethostname.c
 
 Depends-on:
 gethostname
 xalloc
-error
 
 configure.ac:
 
 Makefile.am:
-lib_SOURCES += xgethostname.c
+lib_SOURCES += xgethostname.h xgethostname.c
 
 Include:
+"xgethostname.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering