Browse Source

Makefile: add missing modules.

Otherwise their web pages don't get built.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 10 years ago
parent
commit
75d313a8d7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile-ccan

+ 3 - 0
Makefile-ccan

@@ -48,6 +48,8 @@ MODS_WITH_SRC := antithread \
 	crc \
 	crc \
 	crcsync \
 	crcsync \
 	cpuid \
 	cpuid \
+	crypto/sha256 \
+	crypto/shachain \
 	daemonize \
 	daemonize \
 	daemon_with_notify \
 	daemon_with_notify \
 	dgraph \
 	dgraph \
@@ -91,6 +93,7 @@ MODS_WITH_SRC := antithread \
 	siphash \
 	siphash \
 	sparse_bsearch \
 	sparse_bsearch \
 	str \
 	str \
+	str/hex \
 	stringbuilder \
 	stringbuilder \
 	stringmap \
 	stringmap \
 	strmap \
 	strmap \