X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2FMakefile;h=3720c9198c482b7c91e981f83b4bba474d8d0fac;hp=11d09e87339b24db5760cae53e1084f0f8413023;hb=1e755481cb2d7eb439c51e3522a18ec6d3885829;hpb=60824f8a0f758dc7808eb31cc83434ea78f44ed1 diff --git a/tools/ccanlint/Makefile b/tools/ccanlint/Makefile index 11d09e87..3720c919 100644 --- a/tools/ccanlint/Makefile +++ b/tools/ccanlint/Makefile @@ -4,6 +4,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 +18,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 \