added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / strnlen
index 74f4c1a..9f9f2ca 100644 (file)
@@ -2,23 +2,25 @@ Description:
 strnlen() function: determine the length of a size-bounded string.
 
 Files:
-lib/strnlen.h
 lib/strnlen.c
 m4/strnlen.m4
 
 Depends-on:
 extensions
+string
+memchr
 
 configure.ac:
 gl_FUNC_STRNLEN
+gl_STRING_MODULE_INDICATOR([strnlen])
 
 Makefile.am:
 
 Include:
-"strnlen.h"
+<string.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all