]> git.ozlabs.org Git - ccan/blobdiff - ccan/alloc/_info
gitify the tree, especially the web makefile.
[ccan] / ccan / alloc / _info
index bd303bd5d35b69817677c59b8d29f96599cf74ed..70c65b7ea50ca935052bbd72535094defa00cfb6 100644 (file)
@@ -92,7 +92,7 @@
  *             return 0;
  *     }
  *
- * Licence: LGPL (2 or any later version)
+ * License: LGPL (2 or any later version)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
@@ -103,6 +103,8 @@ int main(int argc, char *argv[])
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/alignof\n");
                printf("ccan/build_assert\n");
+               printf("ccan/compiler\n");
+               printf("ccan/ilog\n");
                printf("ccan/likely\n");
                printf("ccan/short_types\n");
                return 0;