From: Rusty Russell Date: Tue, 3 May 2016 20:53:24 +0000 (+0930) Subject: a_star: new module added to hacky Makefile-ccan list. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=5b3a4c71fa765379906b2f4e3c90e8fdd5d1c255 a_star: new module added to hacky Makefile-ccan list. Signed-off-by: Rusty Russell --- diff --git a/Makefile-ccan b/Makefile-ccan index bd6af5ca..31ad2e42 100644 --- a/Makefile-ccan +++ b/Makefile-ccan @@ -32,7 +32,8 @@ MODS_NO_SRC := alignof \ version # No external dependencies, with C code: -MODS_WITH_SRC := aga \ +MODS_WITH_SRC := a_star \ + aga \ agar \ altstack \ antithread \