]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
tools: manifest.c should use path_canon.
[ccan] / Makefile-ccan
index 39e5c69579a767e4fcf1b99a21e166d30df44456..249d0bb0e752815292536e11c2796f9be8afe29c 100644 (file)
@@ -25,8 +25,8 @@ MODS_NORMAL_NO_SRC := alignof \
        typesafe_cb
 
 # No external dependencies, with C code:
-MODS_NORMAL_WITH_SRC := alloc \
-       antithread \
+MODS_NORMAL_WITH_SRC := antithread \
+       antithread/alloc \
        asort \
        asprintf \
        autodata \
@@ -62,6 +62,7 @@ MODS_NORMAL_WITH_SRC := alloc \
        opt \
        ptr_valid \
        rbtree \
+       rbuf \
        read_write_all \
        rfc822 \
        sparse_bsearch \
@@ -72,6 +73,9 @@ MODS_NORMAL_WITH_SRC := alloc \
        str_talloc \
        take \
        tal \
+       tal/link \
+       tal/path \
+       tal/str \
        talloc \
        talloc_link \
        tally \