projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d70667
)
opt: list ccan/typesafe_cb as a dependency.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 14 Oct 2010 12:30:00 +0000
(23:00 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 14 Oct 2010 12:30:00 +0000
(23:00 +1030)
ccan/opt/_info
patch
|
blob
|
history
diff --git
a/ccan/opt/_info
b/ccan/opt/_info
index c45b7f28b7653949172ff88211587f91586ebc27..5e177a10e296766219dc8b36564e714a740ab030 100644
(file)
--- a/
ccan/opt/_info
+++ b/
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;
}