]> git.ozlabs.org Git - ccan/commitdiff
Makefile-ccan: bytestring now has source.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 30 Oct 2014 22:53:26 +0000 (09:23 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 30 Oct 2014 22:53:26 +0000 (09:23 +1030)
Reported-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-ccan

index 543a3452f15ba0716a747ed61c7d0755183074f5..5b6d9c943644f9f45fa86b8a75a2a34a8f9983ed 100644 (file)
@@ -13,7 +13,6 @@ MODS_NO_SRC := alignof \
        asearch \
        bitmap \
        build_assert \
-       bytestring \
        cast \
        check_type \
        compiler \
@@ -40,6 +39,7 @@ MODS_WITH_SRC := antithread \
        block_pool \
        breakpoint \
        btree \
+       bytestring \
        ccan_tokenizer \
        charset \
        ciniparser \