From: Rusty Russell Date: Wed, 12 Aug 2015 02:33:01 +0000 (+0930) Subject: Makefile-ccan: add new modules. X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=f9ab35934568e164ce8eace2bddc8a57941c7fb4;p=ccan Makefile-ccan: add new modules. I really need to get rid of this... Signed-off-by: Rusty Russell --- diff --git a/Makefile-ccan b/Makefile-ccan index c52b2e5d..99c49104 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -29,7 +29,9 @@ MODS_NO_SRC := alignof \ version # No external dependencies, with C code: -MODS_WITH_SRC := antithread \ +MODS_WITH_SRC := aga \ + agar \ + antithread \ antithread/alloc \ asort \ asprintf \