removed debug code i forgot existed
[soho-sigint.git] / client-wifi / client-c / Makefile
index 1f86b649bfe7095e058fe862392268eedc223bb0..6c942144629f9fd9e944cffaf884a62c9b075515 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)