Browse Source

a_star: new module added to hacky Makefile-ccan list.

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

+ 2 - 1
Makefile-ccan

@@ -32,7 +32,8 @@ MODS_NO_SRC := alignof \
 	version
 	version
 
 
 # No external dependencies, with C code:
 # No external dependencies, with C code:
-MODS_WITH_SRC := aga \
+MODS_WITH_SRC := a_star \
+	aga \
 	agar \
 	agar \
 	altstack \
 	altstack \
 	antithread \
 	antithread \