Commit 9c468dc3 authored by Rusty Russell's avatar Rusty Russell

Added namespacize, to prefix exposed symbols with CCAN_/ccan_.

Current version is a hack: better would be to do decent header analysis 
and not build anything.
parent ce0163e0
......@@ -8,6 +8,8 @@ ccan_tools/libtap/src/tap.o:
ccan_tools/talloc/talloc.o:
cd ccan_tools/talloc && ./configure && make
ccan_tools/namespacize: ccan_tools/namespacize.c ccan_tools/talloc/talloc.o
ccan_tools-clean:
rm -f run_tests doc_extract
@cd ccan_tools/libtap && make clean
......
This diff is collapsed.
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