X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcount-one-bits;h=3922d85f8bdb809cdbbf80a041e56aff906d21d1;hb=5556cec1e3f87122e1b0e7bf82f1f75c57219a21;hp=6d273cf58ab2d1fa450d0a0e323d76b1462ba356;hpb=a428fac0e9534d605382b75a647bd067b5d2e551;p=gnulib.git diff --git a/modules/count-one-bits b/modules/count-one-bits index 6d273cf58..3922d85f8 100644 --- a/modules/count-one-bits +++ b/modules/count-one-bits @@ -2,17 +2,19 @@ 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 +extern-inline verify configure.ac: gl_COUNT_ONE_BITS Makefile.am: +lib_SOURCES += count-one-bits.c Include: "count-one-bits.h"