From 847af0d582f6cf3e05f394fccdd33158458c79cb Mon Sep 17 00:00:00 2001 From: Viproz Date: Sat, 19 Jan 2019 12:30:26 +0100 Subject: [PATCH] Added the new file to the build script --- auto_rx/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_rx/build.sh b/auto_rx/build.sh index 17a2c7e..a8499f9 100755 --- a/auto_rx/build.sh +++ b/auto_rx/build.sh @@ -17,7 +17,7 @@ gcc rs41dm_dft.c demod_dft.o -lm -o rs41ecc -I../ecc/ -I../rs41 gcc dfm09dm_dft.c demod_dft.o -lm -o dfm09ecc -I../ecc/ -I../dfm # Build M10 decoder cd ../m10/ -g++ M10.cpp M10Decoder.cpp M10GeneralParser.cpp M10GTopParser.cpp M10PtuParser.cpp -lm -o m10 +g++ M10.cpp M10Decoder.cpp M10GeneralParser.cpp M10GTopParser.cpp M10PtuParser.cpp AudioFile.cpp -lm -o m10 # Copy all necessary files into this directory.