diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2014-10-31 09:23:26 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2014-10-31 09:23:26 +1030 |
commit | 5d34cc6b30b457ceb821bd8e4b352fd029e7dab0 (patch) | |
tree | ea14852b9f38f15c82814b502f77f4032fce95a1 | |
parent | 36bfb66bdf74f4f3382cd00dae7b899e80e2cf1a (diff) |
Makefile-ccan: bytestring now has source.
Reported-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | Makefile-ccan | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |