X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2FMakefile;h=1ab69c928e625c6ddabb0d31d0160b83a2a2171a;hp=32fc03a768aaf433149c09f4aef20eae8d4be0f1;hb=6abc867fce8c3eba40eb26092d31e34b47dd9165;hpb=aabf300e324f7da5134d7ad45afba11225045c24 diff --git a/tools/Makefile b/tools/Makefile index 32fc03a7..1ab69c92 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -2,13 +2,17 @@ ALL_TOOLS = tools/configurator/configurator tools/ccan_depends tools/doc_extract LDLIBS = -lrt DEP_OBJS = ccan/err/err.o \ ccan/foreach/foreach.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 \