X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2FMakefile;h=1ab69c928e625c6ddabb0d31d0160b83a2a2171a;hp=c60f06968b045ad271cc5d6689b88eef2454b265;hb=d218dcd458cbec7a1b958af39b70cd068da7b040;hpb=d0d65608c45c7c73bdd6cf57d7f7c44c402dc03a diff --git a/tools/Makefile b/tools/Makefile index c60f0696..1ab69c92 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -2,15 +2,20 @@ ALL_TOOLS = tools/configurator/configurator tools/ccan_depends tools/doc_extract LDLIBS = -lrt DEP_OBJS = ccan/err/err.o \ ccan/foreach/foreach.o \ - ccan/grab_file/grab_file.o \ + ccan/list/list.o \ ccan/noerr/noerr.o \ + ccan/rbuf/rbuf.o \ ccan/read_write_all/read_write_all.o \ ccan/str/debug.o \ ccan/str/str.o \ - ccan/str_talloc/str_talloc.o \ - ccan/talloc/talloc.o \ + ccan/take/take.o \ + ccan/tal/tal.o \ + ccan/tal/link/link.o \ + ccan/tal/path/path.o \ + ccan/tal/str/str.o \ ccan/time/time.o \ tools/read_config_header.o \ + tools/ccan_dir.o \ tools/compile.o \ tools/depends.o \ tools/tools.o