From: Rusty Russell Date: Thu, 30 Oct 2014 22:53:26 +0000 (+1030) Subject: Makefile-ccan: bytestring now has source. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=5d34cc6b30b457ceb821bd8e4b352fd029e7dab0 Makefile-ccan: bytestring now has source. Reported-by: David Gibson Signed-off-by: Rusty Russell --- diff --git a/Makefile-ccan b/Makefile-ccan index 543a3452..5b6d9c94 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -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 \