Commit cff3316c authored by Rusty Russell's avatar Rusty Russell

tal/talloc: include all ccan dependencies.

ccanlint now detects more missing dependencies.
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 36c52c26
......@@ -27,6 +27,9 @@ int main(int argc, char *argv[])
if (strcmp(argv[1], "depends") == 0) {
printf("ccan/take\n");
printf("ccan/typesafe_cb\n");
printf("ccan/compiler\n");
printf("ccan/likely\n");
printf("ccan/str\n");
printf("talloc\n");
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment