From: Rusty Russell Date: Mon, 25 May 2015 06:31:22 +0000 (+0930) Subject: Makefile: add missing modules. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=75d313a8d7cfb7150b2a2e357b78fcfa30a64094 Makefile: add missing modules. Otherwise their web pages don't get built. Signed-off-by: Rusty Russell --- diff --git a/Makefile-ccan b/Makefile-ccan index 315962cf..07134a7b 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -48,6 +48,8 @@ MODS_WITH_SRC := antithread \ crc \ crcsync \ cpuid \ + crypto/sha256 \ + crypto/shachain \ daemonize \ daemon_with_notify \ dgraph \ @@ -91,6 +93,7 @@ MODS_WITH_SRC := antithread \ siphash \ sparse_bsearch \ str \ + str/hex \ stringbuilder \ stringmap \ strmap \