Browse Source

Makefile-ccan: add new modules.

I really need to get rid of this...

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 10 years ago
parent
commit
f9ab359345
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Makefile-ccan

+ 3 - 1
Makefile-ccan

@@ -29,7 +29,9 @@ MODS_NO_SRC := alignof \
 	version
 	version
 
 
 # No external dependencies, with C code:
 # No external dependencies, with C code:
-MODS_WITH_SRC := antithread \
+MODS_WITH_SRC := aga \
+	agar \
+	antithread \
 	antithread/alloc \
 	antithread/alloc \
 	asort \
 	asort \
 	asprintf \
 	asprintf \