Browse Source

Makefile-ccan: bytestring now has source.

Reported-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 11 years ago
parent
commit
5d34cc6b30
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile-ccan

+ 1 - 1
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 \