Centralized list implementation.

This commit is contained in:
Ian Gulliver
2016-02-26 10:30:18 -08:00
parent 7e91e3e21d
commit 680cce544f
6 changed files with 92 additions and 42 deletions

View File

@@ -6,7 +6,7 @@ LIBS ?= -ljansson -lprotobuf-c
OBJ_NETWORK = incoming.o outgoing.o receive.o send.o
OBJ_PROTOCOL = airspy_adsb.o beast.o json.o proto.o raw.o stats.o
OBJ_UTIL = buf.o hex.o opts.o packet.o peer.o rand.o resolve.o server.o socket.o uuid.o wakeup.o
OBJ_UTIL = buf.o hex.o list.o opts.o packet.o peer.o rand.o resolve.o server.o socket.o uuid.o wakeup.o
OBJ_PROTO = adsb.pb-c.o
all: adsbus