count-one-bits: port to MSC; support types wider than 64 bits
[gnulib.git] / modules / count-one-bits
index 6d273cf..7bb18bd 100644 (file)
@@ -2,17 +2,18 @@ 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"