X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile-ccan;h=249d0bb0e752815292536e11c2796f9be8afe29c;hp=39e5c69579a767e4fcf1b99a21e166d30df44456;hb=e0529e15e0c7f9251af5465ef03f208d279affc1;hpb=3785a28e52ed66f24355bf12c1d0f7b1908cd7e2 diff --git a/Makefile-ccan b/Makefile-ccan index 39e5c695..249d0bb0 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -25,8 +25,8 @@ MODS_NORMAL_NO_SRC := alignof \ typesafe_cb # No external dependencies, with C code: -MODS_NORMAL_WITH_SRC := alloc \ - antithread \ +MODS_NORMAL_WITH_SRC := antithread \ + antithread/alloc \ asort \ asprintf \ autodata \ @@ -62,6 +62,7 @@ MODS_NORMAL_WITH_SRC := alloc \ opt \ ptr_valid \ rbtree \ + rbuf \ read_write_all \ rfc822 \ sparse_bsearch \ @@ -72,6 +73,9 @@ MODS_NORMAL_WITH_SRC := alloc \ str_talloc \ take \ tal \ + tal/link \ + tal/path \ + tal/str \ talloc \ talloc_link \ tally \