Use size_t instead of ssize_t.
[gnulib.git] / modules / strcase
index 84d832a..eb227eb 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Case-insensitive string comparison functions.
 
 Files:
 lib/strcase.h
@@ -12,7 +13,11 @@ configure.ac:
 gl_STRCASE
 
 Makefile.am:
+lib_SOURCES += strcase.h
 
 Include:
 "strcase.h"
 
+Maintainer:
+Bruno Haible
+