X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2FMakefile;h=b84b8353fa2da22c8692963acfd8919e6854f304;hp=bbd37054f1affe20ceafd77505bb203ab49f24d2;hb=9056c31b46452c92c7dd9c276664f514720a84c6;hpb=9071df66fc6a29cc8b6cd52c91134efe7b57f007 diff --git a/tools/ccanlint/Makefile b/tools/ccanlint/Makefile index bbd37054..b84b8353 100644 --- a/tools/ccanlint/Makefile +++ b/tools/ccanlint/Makefile @@ -12,7 +12,7 @@ CORE_OBJS := tools/ccanlint/ccanlint.o \ ccan/btree/btree.o \ ccan/talloc/talloc.o ccan/noerr/noerr.o \ ccan/read_write_all/read_write_all.o \ - ccan/opt/opt.o ccan/opt/usage.o ccan/opt/helpers.o + ccan/opt/opt.o ccan/opt/usage.o ccan/opt/helpers.o ccan/opt/parse.o OBJS := $(CORE_OBJS) $(TEST_OBJS)