]> git.ozlabs.org Git - ccan/blobdiff - tools/Makefile
ntdb: assume HAVE_CCAN in header.
[ccan] / tools / Makefile
index 32fc03a768aaf433149c09f4aef20eae8d4be0f1..ddd6545fc694b9d91e9d5a3ec9014aa1c49acb8d 100644 (file)
@@ -2,13 +2,18 @@ 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/grab_file/grab_file.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 \