Add capn_(inflate|deflate) for converting to/from the packed form

This commit is contained in:
James McKaskill 2013-05-06 01:15:24 -04:00
parent e0a5769d06
commit 12d72511b1
3 changed files with 215 additions and 1 deletions

View file

@ -8,5 +8,5 @@ clean:
%.o: %.c *.h *.inc
$(CC) -Wall -Werror -g -O2 -c $< -o $@
capn.so: capn-malloc.o capn.o
capn.so: capn-malloc.o capn-stream.o capn.o
$(CC) -shared -Wall -Werror -fPIC -g -O2 $^ -o $@