error: depend on stdio
[gnulib.git] / modules / count-one-bits
index 84160d3..7bb18bd 100644 (file)
@@ -2,23 +2,24 @@ Description:
 Counts the number of 1-bits in a word.
 
 Files:
+lib/count-one-bits.c
 lib/count-one-bits.h
 m4/count-one-bits.m4
 
 Depends-on:
-inline
-verify
+extern-inline
 
 configure.ac:
 gl_COUNT_ONE_BITS
 
 Makefile.am:
+lib_SOURCES += count-one-bits.c
 
 Include:
 "count-one-bits.h"
 
 License:
-GPL
+LGPLv2+
 
 Maintainer:
 Ben Pfaff