X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2FMakefile;h=f079f8da438ce5a3475fedf26f3eedeae5a18365;hp=11d09e87339b24db5760cae53e1084f0f8413023;hb=655bae650e868e037d3db9f6e475f59b58e3e078;hpb=60824f8a0f758dc7808eb31cc83434ea78f44ed1 diff --git a/tools/ccanlint/Makefile b/tools/ccanlint/Makefile index 11d09e87..f079f8da 100644 --- a/tools/ccanlint/Makefile +++ b/tools/ccanlint/Makefile @@ -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 \