]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
tal: fix tal_check description
[ccan] / Makefile-ccan
index 2d713a6898e402e21bd45530cc586b63ca86ca4b..41548de61db60c9dbed25b47a3df3e052a8f37f4 100644 (file)
@@ -8,8 +8,10 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN)
 
 # Modules which are just a header:
 MODS_NO_SRC := alignof \
+       argcheck \
        array_size \
        asearch \
+       bitmap \
        build_assert \
        bytestring \
        cast \
@@ -18,6 +20,7 @@ MODS_NO_SRC := alignof \
        container_of \
        darray \
        endian \
+       minmax \
        objset \
        short_types \
        tcon \
@@ -41,6 +44,7 @@ MODS_WITH_SRC := antithread \
        ciniparser \
        crc \
        crcsync \
+       cpuid \
        daemonize \
        daemon_with_notify \
        dgraph \
@@ -49,11 +53,14 @@ MODS_WITH_SRC := antithread \
        foreach \
        grab_file \
        hash \
+       heap \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
+       jacobson_karels \
        jmap \
        json \
        jset \