]> git.ozlabs.org Git - ccan/commitdiff
Add bitmap module to Makefile.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Sep 2013 00:05:14 +0000 (09:35 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 13 Sep 2013 00:05:14 +0000 (09:35 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-ccan

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