aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-10 20:52:34 -0500
committercnlohr <lohr85@gmail.com>2018-03-10 20:52:34 -0500
commit4b33798e33e5d2841a91041dad8b99ddfbe29b6b (patch)
tree2cee43bf056216149529a617fadddb0ecb72db5c /Makefile
parent1d0a7fc7c84ec9977cf9f456dcccd2b69c7ab9e2 (diff)
downloadlibsurvive-4b33798e33e5d2841a91041dad8b99ddfbe29b6b.tar.gz
libsurvive-4b33798e33e5d2841a91041dad8b99ddfbe29b6b.tar.bz2
Use HIDAPI and update formatting for the data recorder.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e57dae5..25d510f 100644
--- a/Makefile
+++ b/Makefile
@@ -41,9 +41,9 @@ LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_data.o src/survive_
#If you want to use HIDAPI on Linux.
-#CFLAGS:=$(CFLAGS) -DHIDAPI
-#REDISTS:=$(REDISTS) redist/hid-linux.o
-#LDFLAGS:=$(LDFLAGS) -ludev
+CFLAGS:=$(CFLAGS) -DHIDAPI
+REDISTS:=$(REDISTS) redist/hid-linux.o
+LDFLAGS:=$(LDFLAGS) -ludev
#Useful Preprocessor Directives:
# -DUSE_DOUBLE = use double instead of float for most operations.