projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b98a03
)
io: correctly list ccan/typesafe_cb as dependency.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 27 May 2014 10:57:20 +0000
(20:27 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 27 May 2014 11:08:29 +0000
(20:38 +0930)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/io/_info
patch
|
blob
|
history
diff --git
a/ccan/io/_info
b/ccan/io/_info
index 8f77e361d40cc31d3df293e0993942ad30416005..8f5c2adc3008fc58bfb4758331a9eb56e7812636 100644
(file)
--- a/
ccan/io/_info
+++ b/
ccan/io/_info
@@
-141,6
+141,7
@@
int main(int argc, char *argv[])
return 1;
if (strcmp(argv[1], "depends") == 0) {
+ printf("ccan/typesafe_cb\n");
printf("ccan/time\n");
printf("ccan/timer\n");
return 0;