]> git.ozlabs.org Git - ccan/blobdiff - Makefile-ccan
Makefile: fix random pattern hack.
[ccan] / Makefile-ccan
index 456e0a1dc4ceb9e84edaf82f137f8e6b3b91f675..0613fc83941193ba037639e6968a25f3f37931b7 100644 (file)
@@ -17,6 +17,7 @@ MODS_NO_SRC := alignof \
        check_type \
        compiler \
        container_of \
+       cppmagic \
        darray \
        endian \
        lqueue \
@@ -33,6 +34,7 @@ MODS_NO_SRC := alignof \
 # No external dependencies, with C code:
 MODS_WITH_SRC := aga \
        agar \
+       altstack \
        antithread \
        antithread/alloc \
        asort \
@@ -57,11 +59,13 @@ MODS_WITH_SRC := aga \
        crypto/shachain \
        daemonize \
        daemon_with_notify \
+       deque \
        dgraph \
        eratosthenes \
        err \
        failtest \
        foreach \
+       generator \
        grab_file \
        hash \
        heap \
@@ -90,6 +94,7 @@ MODS_WITH_SRC := aga \
        opt \
        order \
        permutation \
+       pipecmd \
        pr_log \
        ptrint \
        ptr_valid \
@@ -98,6 +103,7 @@ MODS_WITH_SRC := aga \
        rbuf \
        read_write_all \
        rfc822 \
+       rszshm \
        siphash \
        sparse_bsearch \
        str \
@@ -121,7 +127,8 @@ MODS_WITH_SRC := aga \
        time \
        timer \
        ttxml \
-       wwviaudio
+       wwviaudio \
+       xstring
 
 MODS:=$(MODS_WITH_SRC) $(MODS_NO_SRC)