projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c52c2
)
tal/talloc: include all ccan dependencies.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 10 Jun 2014 05:09:34 +0000
(14:39 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 10 Jun 2014 05:09:34 +0000
(14:39 +0930)
ccanlint now detects more missing dependencies.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/tal/talloc/_info
patch
|
blob
|
history
diff --git
a/ccan/tal/talloc/_info
b/ccan/tal/talloc/_info
index cf01d6cc88a16088fcba229c44f3bbcd44a743d7..9b1544d0885721d5ea496005f6369d40534b5280 100644
(file)
--- a/
ccan/tal/talloc/_info
+++ b/
ccan/tal/talloc/_info
@@
-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;
}