X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fcount-one-bits;h=7bb18bd7602594dd330a83ff7e74b1ad828c3ab7;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=b836bfa2c1476a90470eccc633cb4f8277cabf70;hpb=87c5f6fccee477f7e2c67ea4c95e51a3afd83a41;p=gnulib.git diff --git a/modules/count-one-bits b/modules/count-one-bits index b836bfa2c..7bb18bd76 100644 --- a/modules/count-one-bits +++ b/modules/count-one-bits @@ -2,16 +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: -verify +extern-inline configure.ac: gl_COUNT_ONE_BITS Makefile.am: +lib_SOURCES += count-one-bits.c Include: "count-one-bits.h"