]> git.ozlabs.org Git - ccan/commitdiff
Makefile: add missing modules.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 25 May 2015 06:31:22 +0000 (16:01 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 25 May 2015 06:31:22 +0000 (16:01 +0930)
Otherwise their web pages don't get built.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Makefile-ccan

index 315962cf4c8ec7118d71d5fb87e994b3a3521609..07134a7b30ee284dfb11c169c741bf67f5a4ae0a 100644 (file)
@@ -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 \