X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=adfba03eb76b4cdcdc0d1ff921fe9153f576e3a6;hp=2d713a6898e402e21bd45530cc586b63ca86ca4b;hb=a2cb9a4f7f46effe1fdca5c05c3e0dfb6b3cc02a;hpb=9552c972f725f70ab024e0c9d0487ff078322fd8 diff --git a/Makefile-ccan b/Makefile-ccan index 2d713a68..adfba03e 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -8,8 +8,10 @@ CFLAGS = $(CCAN_CFLAGS) -I. $(DEPGEN) # Modules which are just a header: MODS_NO_SRC := alignof \ + argcheck \ array_size \ asearch \ + bitmap \ build_assert \ bytestring \ cast \ @@ -18,6 +20,7 @@ MODS_NO_SRC := alignof \ container_of \ darray \ endian \ + minmax \ objset \ short_types \ tcon \ @@ -41,6 +44,7 @@ MODS_WITH_SRC := antithread \ ciniparser \ crc \ crcsync \ + cpuid \ daemonize \ daemon_with_notify \ dgraph \ @@ -49,11 +53,14 @@ MODS_WITH_SRC := antithread \ foreach \ grab_file \ hash \ + heap \ htable \ idtree \ ilog \ + io \ isaac \ iscsi \ + jacobson_karels \ jmap \ json \ jset \ @@ -80,12 +87,12 @@ MODS_WITH_SRC := antithread \ str_talloc \ take \ tal \ + tal/grab_file \ tal/link \ tal/path \ tal/str \ tal/talloc \ talloc \ - talloc_link \ tally \ tap \ time \