From 75d313a8d7cfb7150b2a2e357b78fcfa30a64094 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 25 May 2015 16:01:22 +0930 Subject: [PATCH] Makefile: add missing modules. Otherwise their web pages don't get built. Signed-off-by: Rusty Russell --- Makefile-ccan | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.39.2