From 75ce5f119519ab979c05d34ef9afe4895998ebe1 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 13 Sep 2013 09:35:14 +0930 Subject: [PATCH] Add bitmap module to Makefile. Signed-off-by: Rusty Russell --- Makefile-ccan | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.2