Forgot to distribute strndup.h.
[pspp] / modules / strndup
index 93b4dd5d745603ee9fbbd27936a9572d52c5ad21..c882a75df32e770df1dcd7ea7063c1aa340ed55d 100644 (file)
@@ -1,6 +1,8 @@
 Description:
+strndup() function: duplicate a size-bounded string.
 
 Files:
+lib/strndup.h
 lib/strndup.c
 m4/strndup.m4
 
@@ -11,6 +13,11 @@ configure.ac:
 gl_FUNC_STRNDUP
 
 Makefile.am:
+lib_SOURCES += strndup.h
 
 Include:
+"strndup.h"
+
+Maintainer:
+glibc