Using LORCON now for channel hopping and interface setup. Client is pretty much all...
[soho-sigint.git] / client-wifi / client-c / Makefile
index 1f86b64..6c94214 100644 (file)
@@ -1,6 +1,6 @@
 CFLAGS= -std=gnu99
 DEPS = endian.h 
-LIBS=$(LDFLAGS) -L. -lpcap -lcurl -ljson-c -lssl
+LIBS=$(LDFLAGS) -L. -lpcap -lcurl -ljson-c -lssl -lorcon2
 OBJ = soho-sigint-wifi.o radiotap.o
 
 %.o: %.c $(DEPS)