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