]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
tal: fix tal_check description
[ccan] / Makefile-ccan
index 86d6ac0c44e3ca149d1e0fefb2448379bf5df4d3..41548de61db60c9dbed25b47a3df3e052a8f37f4 100644 (file)
@@ -8,6 +8,7 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN)
 
 # Modules which are just a header:
 MODS_NO_SRC := alignof \
+       argcheck \
        array_size \
        asearch \
        bitmap \
@@ -19,6 +20,7 @@ MODS_NO_SRC := alignof \
        container_of \
        darray \
        endian \
+       minmax \
        objset \
        short_types \
        tcon \
@@ -55,8 +57,10 @@ MODS_WITH_SRC := antithread \
        htable \
        idtree \
        ilog \
+       io \
        isaac \
        iscsi \
+       jacobson_karels \
        jmap \
        json \
        jset \