aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-03-10 18:07:28 -0500
committerGitHub <noreply@github.com>2018-03-10 18:07:28 -0500
commitc96eba564989b1f5956c2b6c0f38e72195a9fd58 (patch)
treea6571ee864bf274e89f360877520ba591d9410ea /Makefile
parent33eb803fe6b5eb2fc2e02e673e6e641e72592c94 (diff)
parentfe88ef57cff4971664b252cb9def6a5ddcc4276d (diff)
downloadlibsurvive-c96eba564989b1f5956c2b6c0f38e72195a9fd58.tar.gz
libsurvive-c96eba564989b1f5956c2b6c0f38e72195a9fd58.tar.bz2
Merge pull request #104 from jdavidberger/playback_driver
Playback 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.