aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-02-26 10:13:31 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-02-26 10:13:31 -0500
commitcab4ee6f89a661190b2bd80c30e42d5f45614f20 (patch)
treef7c27e29c1486ab28020eee2a61e935753e37d23 /Makefile
parent373ea323ce2d37b45d438cbe7299365b32240f04 (diff)
downloadlibsurvive-cab4ee6f89a661190b2bd80c30e42d5f45614f20.tar.gz
libsurvive-cab4ee6f89a661190b2bd80c30e42d5f45614f20.tar.bz2
json helpers for writing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 693f6bc..1488e1f 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ calibrate_client : calibrate_client.c lib/libsurvive.so redist/os_generic.c red
lib:
mkdir lib
-lib/libsurvive.so : src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o redist/jsmn.o src/ootx_decoder.o redist/linmath.o src/survive_config.o $(DEBUGSTUFF) $(CALS)
+lib/libsurvive.so : src/survive.o src/survive_usb.o src/survive_data.o src/survive_process.o redist/jsmn.o src/ootx_decoder.o redist/linmath.o src/survive_config.o redist/json_helpers.o $(DEBUGSTUFF) $(CALS)
gcc -o $@ $^ $(LDFLAGS) -shared
clean :