aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-03-11 21:32:49 -0400
committerGitHub <noreply@github.com>2018-03-11 21:32:49 -0400
commit9c7823c17219c659cf12eab9cc8bb2b3f68bbc5e (patch)
tree550d3faabe5a22ccd099d55290682bd0b01bc1d1 /Makefile
parent6ba96f31c51cbfc8b57cfe87c129eba125bf793d (diff)
parent89f37774395530ef7267d4115f1a6242e0e9ce49 (diff)
downloadlibsurvive-9c7823c17219c659cf12eab9cc8bb2b3f68bbc5e.tar.gz
libsurvive-9c7823c17219c659cf12eab9cc8bb2b3f68bbc5e.tar.bz2
Merge pull request #110 from cnlohr/reprojection
This adds reprojection functionality to the library
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4e65dd..332f59d 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ REDISTS:=redist/json_helpers.o redist/linmath.o redist/jsmn.o redist/os_generic.
ifeq ($(UNAME), Darwin)
REDISTS:=$(REDISTS) redist/hid-osx.c
endif
-LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o src/ootx_decoder.o src/survive_driverman.o src/survive_default_devices.o src/survive_vive.o src/survive_playback.o src/survive_config.o src/survive_cal.o
+LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o src/ootx_decoder.o src/survive_driverman.o src/survive_default_devices.o src/survive_vive.o src/survive_playback.o src/survive_config.o src/survive_cal.o src/survive_reproject.o
#If you want to use HIDAPI on Linux.