X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=41548de61db60c9dbed25b47a3df3e052a8f37f4;hp=7ae3863a349a513376be5baca39f5310ec1cd0b3;hb=0112c6a13f4bab7f794e6e2bde397738b8d2b540;hpb=606cca7b0ed5236d1df1c4436ca79db6e3fd5321;ds=sidebyside diff --git a/Makefile-ccan b/Makefile-ccan index 7ae3863a..41548de6 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 \ @@ -34,12 +37,14 @@ MODS_WITH_SRC := antithread \ avl \ bdelta \ block_pool \ + breakpoint \ btree \ ccan_tokenizer \ charset \ ciniparser \ crc \ crcsync \ + cpuid \ daemonize \ daemon_with_notify \ dgraph \ @@ -48,11 +53,14 @@ MODS_WITH_SRC := antithread \ foreach \ grab_file \ hash \ + heap \ htable \ idtree \ ilog \ + io \ isaac \ iscsi \ + jacobson_karels \ jmap \ json \ jset \