Browse Source

Add bitmap module to Makefile.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 12 years ago
parent
commit
75ce5f1195
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile-ccan

+ 1 - 0
Makefile-ccan

@@ -10,6 +10,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN)
 MODS_NO_SRC := alignof \
 	array_size \
 	asearch \
+	bitmap \
 	build_assert \
 	bytestring \
 	cast \