]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/Makefile
ccanlint: use -t for --target not --timeout
[ccan] / tools / ccanlint / Makefile
index 11d09e87339b24db5760cae53e1084f0f8413023..f079f8da438ce5a3475fedf26f3eedeae5a18365 100644 (file)
@@ -3,7 +3,7 @@ TEST_OBJS := $(TEST_CFILES:.c=.o)
 
 CORE_OBJS := \
        ccan/asort/asort.o \
-       ccan/btree/btree.o \
+       ccan/dgraph/dgraph.o \
        ccan/foreach/foreach.o \
        ccan/grab_file/grab_file.o \
        ccan/hash/hash.o \
@@ -17,6 +17,7 @@ CORE_OBJS := \
        ccan/read_write_all/read_write_all.o \
        ccan/str/str.o ccan/str/debug.o \
        ccan/str_talloc/str_talloc.o \
+       ccan/strmap/strmap.o \
        ccan/talloc/talloc.o \
        ccan/talloc_link/talloc_link.o \
        ccan/time/time.o \