]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/Makefile
tools: use rbuf instead of grab_file.
[ccan] / tools / ccanlint / Makefile
index cf450f27fd106a94d872e63b66ffd769409f96cb..eca8ca7c6b7fbc421ec999718efdccf43035b1ee 100644 (file)
@@ -6,9 +6,9 @@ CORE_OBJS := \
        ccan/autodata/autodata.o \
        ccan/dgraph/dgraph.o \
        ccan/foreach/foreach.o \
-       ccan/grab_file/grab_file.o \
        ccan/hash/hash.o \
        ccan/htable/htable.o \
+       ccan/ilog/ilog.o \
        ccan/lbalance/lbalance.o \
        ccan/noerr/noerr.o \
        ccan/opt/helpers.o \
@@ -16,6 +16,7 @@ CORE_OBJS := \
        ccan/opt/parse.o \
        ccan/opt/usage.o \
        ccan/ptr_valid/ptr_valid.o \
+       ccan/rbuf/rbuf.o \
        ccan/read_write_all/read_write_all.o \
        ccan/str/str.o ccan/str/debug.o \
        ccan/str_talloc/str_talloc.o \
@@ -32,6 +33,7 @@ CORE_OBJS := \
        tools/depends.o \
        tools/doc_extract-core.o \
        tools/manifest.o \
+       tools/read_config_header.o \
        tools/tools.o
 
 OBJS := $(CORE_OBJS) $(TEST_OBJS)