aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-04-04 00:36:17 -0400
committerGitHub <noreply@github.com>2018-04-04 00:36:17 -0400
commit6a45298c9bc34aac59cc2ebb9de2d82c7a42756e (patch)
tree6e4ec0ba3b48e6354162cf6272d769628fac63aa /Makefile
parent18b20af7195b94889924156de2b4aa704b2c7391 (diff)
parent779a7466efc0e0657e7048108be35645faede030 (diff)
downloadlibsurvive-6a45298c9bc34aac59cc2ebb9de2d82c7a42756e.tar.gz
libsurvive-6a45298c9bc34aac59cc2ebb9de2d82c7a42756e.tar.bz2
Merge pull request #121 from cnlohr/new_config_mode
New "refine" poser!!!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62ed5e8..dcef7ba 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ REDISTS:=redist/json_helpers.o redist/linmath.o redist/jsmn.o redist/minimal_ope
ifeq ($(UNAME), Darwin)
REDISTS:=$(REDISTS) redist/hid-osx.c
endif
-LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_charlesbiguator.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 src/epnp/epnp.o src/survive_sensor_activations.o src/survive_turveybiguator.o src/survive_disambiguator.o src/survive_statebased_disambiguator.o
+LIBSURVIVE_CORE:=src/survive.o src/survive_usb.o src/survive_charlesbiguator.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 src/epnp/epnp.o src/survive_sensor_activations.o src/survive_turveybiguator.o src/survive_disambiguator.o src/survive_statebased_disambiguator.o src/poser_charlesrefine.o
#If you want to use HIDAPI on Linux.
#CFLAGS:=$(CFLAGS) -DHIDAPI