]> git.ozlabs.org Git - ccan/blobdiff - tools/Makefile
tdb2: rework transaction.c internal functions to return enum TDB_ERROR.
[ccan] / tools / Makefile
index 4607d41ac9f42c318e70a1d173247ac632520892..a981e4049def9bfcd06027aaf7f8afee46feb17c 100644 (file)
@@ -1,6 +1,6 @@
-ALL_TOOLS = tools/ccan_depends tools/doc_extract tools/namespacize tools/ccanlint/ccanlint
+ALL_TOOLS = tools/configurator/configurator tools/ccan_depends tools/doc_extract tools/namespacize tools/ccanlint/ccanlint
 
-DEP_OBJS = tools/depends.o tools/compile.o tools/tools.o ccan/str_talloc/str_talloc.o ccan/grab_file/grab_file.o ccan/talloc/talloc.o ccan/noerr/noerr.o ccan/read_write_all/read_write_all.o
+DEP_OBJS = tools/depends.o tools/compile.o tools/tools.o ccan/str_talloc/str_talloc.o ccan/str/str.o ccan/grab_file/grab_file.o ccan/talloc/talloc.o ccan/noerr/noerr.o ccan/read_write_all/read_write_all.o
 
 .PHONY: tools
 tools: $(ALL_TOOLS)
@@ -13,6 +13,8 @@ tools/namespacize: tools/namespacize.o $(DEP_OBJS)
 
 tools/namespacize.o tools/depends.o: tools/tools.h
 
+tools/configurator/configurator: tools/configurator/configurator.c
+
 tools-clean: ccanlint-clean
        $(RM) $(ALL_TOOLS)