diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-03-27 14:52:13 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-03-27 14:52:13 +1030 |
commit | f22b5b1231f1e34c04cc5242feb152693f64b46e (patch) | |
tree | 3c2d8949fc3e4ac2514a3b1cb10fb473945a7c35 | |
parent | 35601768f33c339468b54387ab77c6dbf8ad803b (diff) |
ccanlint: add ilog dependency.
This only matters on non-gcc, where ilog functions are not just mapped to builtins.
-rw-r--r-- | tools/ccanlint/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ccanlint/Makefile b/tools/ccanlint/Makefile index 68246700..d13cc8a5 100644 --- a/tools/ccanlint/Makefile +++ b/tools/ccanlint/Makefile @@ -9,6 +9,7 @@ CORE_OBJS := \ 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 \ |