Split server out.

This commit is contained in:
Ian Gulliver
2016-02-22 21:53:25 -08:00
parent c6e1eb9d42
commit bc9219b4a8
5 changed files with 23 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ LIBS ?= -ljansson
OBJ_NETWORK = incoming.o outgoing.o receive.o send.o
OBJ_PROTOCOL = airspy_adsb.o beast.o json.o raw.o stats.o
OBJ_UTIL = buf.o hex.o opts.o packet.o peer.o rand.o uuid.o wakeup.o
OBJ_UTIL = buf.o hex.o opts.o packet.o peer.o rand.o server.o uuid.o wakeup.o
all: adsbus