aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-11 16:24:13 -0600
committerJustin Berger <j.david.berger@gmail.com>2018-03-12 09:53:17 -0600
commitee0fd0be34cd6715b704be534b7e97087905571f (patch)
treec651c71625a8dbecc0b8293a1701a648eb836984 /Makefile
parent12f864db460dc6318694ec9e6d65f7740ae85749 (diff)
downloadlibsurvive-ee0fd0be34cd6715b704be534b7e97087905571f.tar.gz
libsurvive-ee0fd0be34cd6715b704be534b7e97087905571f.tar.bz2
Redirected posers to used passed in callbacks
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 332f59d..b9cfbdc 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 src/survive_reproject.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 src/poser.o
#If you want to use HIDAPI on Linux.