aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Berger <j.david.berger@gmail.com>2018-03-08 15:08:14 -0700
committerJustin Berger <j.david.berger@gmail.com>2018-03-08 15:10:09 -0700
commit5aa1b9214745a625ab644846ada3034e7c38f493 (patch)
tree0e8e499e474254dc6261beb2060d050d8c1f8d82 /Makefile
parent1a686a660c750499d3e1c4b46e3c506748147a08 (diff)
downloadlibsurvive-5aa1b9214745a625ab644846ada3034e7c38f493.tar.gz
libsurvive-5aa1b9214745a625ab644846ada3034e7c38f493.tar.bz2
Added playback device driver
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69b8e37..e57dae5 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_vive.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
#If you want to use HIDAPI on Linux.