Commit 75d313a8 authored by Rusty Russell's avatar Rusty Russell

Makefile: add missing modules.

Otherwise their web pages don't get built.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 60660190
...@@ -48,6 +48,8 @@ MODS_WITH_SRC := antithread \ ...@@ -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 \ ...@@ -91,6 +93,7 @@ MODS_WITH_SRC := antithread \
siphash \ siphash \
sparse_bsearch \ sparse_bsearch \
str \ str \
str/hex \
stringbuilder \ stringbuilder \
stringmap \ stringmap \
strmap \ strmap \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment