]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
idtree: use ccan/tal instead of talloc
[ccan] / Makefile-ccan
index 7781657766f1268690caa0dc73bb2a7a490102a1..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 \
@@ -58,6 +60,7 @@ MODS_WITH_SRC := antithread \
        io \
        isaac \
        iscsi \
+       jacobson_karels \
        jmap \
        json \
        jset \