regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / c-strtod
index 511d16b..7999d45 100644 (file)
@@ -2,17 +2,20 @@ Description:
 Convert string to double in C locale.
 
 Files:
-lib/c-strtod.h
 lib/c-strtod.c
+lib/c-strtod.h
 m4/c-strtod.m4
 
 Depends-on:
 extensions
+locale
+strdup-posix
 
 configure.ac:
 gl_C_STRTOD
 
 Makefile.am:
+lib_SOURCES += c-strtod.c
 
 Include:
 "c-strtod.h"