]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
tal: fix tal_check description
[ccan] / Makefile-ccan
index 7ae3863a349a513376be5baca39f5310ec1cd0b3..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 \
@@ -34,12 +37,14 @@ MODS_WITH_SRC := antithread \
        avl \
        bdelta \
        block_pool \
+       breakpoint \
        btree \
        ccan_tokenizer \
        charset \
        ciniparser \
        crc \
        crcsync \
+       cpuid \
        daemonize \
        daemon_with_notify \
        dgraph \
@@ -48,11 +53,14 @@ MODS_WITH_SRC := antithread \
        foreach \
        grab_file \
        hash \
+       heap \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
+       jacobson_karels \
        jmap \
        json \
        jset \