Browse Source

ccanlint: add ilog dependency.

This only matters on non-gcc, where ilog functions are not just mapped to builtins.
Rusty Russell 14 years ago
parent
commit
f22b5b1231
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/ccanlint/Makefile

+ 1 - 0
tools/ccanlint/Makefile

@@ -9,6 +9,7 @@ CORE_OBJS := \
 	ccan/grab_file/grab_file.o \
 	ccan/grab_file/grab_file.o \
 	ccan/hash/hash.o \
 	ccan/hash/hash.o \
 	ccan/htable/htable.o \
 	ccan/htable/htable.o \
+	ccan/ilog/ilog.o \
 	ccan/lbalance/lbalance.o \
 	ccan/lbalance/lbalance.o \
 	ccan/noerr/noerr.o \
 	ccan/noerr/noerr.o \
 	ccan/opt/helpers.o \
 	ccan/opt/helpers.o \