Browse Source

opt: list ccan/typesafe_cb as a dependency.

Rusty Russell 15 years ago
parent
commit
cdc32f6d35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ccan/opt/_info

+ 1 - 0
ccan/opt/_info

@@ -58,6 +58,7 @@ int main(int argc, char *argv[])
 		return 1;
 
 	if (strcmp(argv[1], "depends") == 0) {
+		printf("ccan/typesafe_cb\n");
 		return 0;
 	}