packet: move some common code out of wrapper.c and util.c

This commit is contained in:
Nick Thomas
2013-08-06 14:34:53 +01:00
parent 94b451a1ac
commit 202b77bb57
6 changed files with 80 additions and 75 deletions

View File

@@ -9,7 +9,9 @@ all: wrapper unwrapper
rlocs.o: util.o
wrapper: util.o rlocs.o
packet.o: util.o
wrapper: util.o rlocs.o packet.o
clean:
rm -f wrapper unwrapper *.o