From: Rusty Russell Date: Fri, 13 Sep 2013 00:05:14 +0000 (+0930) Subject: Add bitmap module to Makefile. X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=75ce5f119519ab979c05d34ef9afe4895998ebe1;p=ccan Add bitmap module to Makefile. Signed-off-by: Rusty Russell --- diff --git a/Makefile-ccan b/Makefile-ccan index c4a8f455..d81031ea 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -10,6 +10,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) MODS_NO_SRC := alignof \ array_size \ asearch \ + bitmap \ build_assert \ bytestring \ cast \