maint.mk: import changes to syntax-check macros from coreutils
[gnulib.git] / modules / canon-host
index c7479b3..81afc8c 100644 (file)
@@ -4,21 +4,26 @@ usually the host name including FQDN.
 
 Files:
 lib/canon-host.c
+lib/canon-host.h
 m4/canon-host.m4
 
 Depends-on:
+getaddrinfo
 strdup
 
 configure.ac:
 gl_CANON_HOST
 
 Makefile.am:
-lib_SOURCES += canon-host.c
 
 Include:
+#include "canon-host.h"
+
+Link:
+$(GETADDRINFO_LIB)
 
 License:
-GPL
+LGPL
 
 Maintainer:
 Jim Meyering