diff frtest/Makefile @ 284:8d3cfa65a6c2

gsmfr-decode: convert to libgsmfr2
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Apr 2024 05:59:15 +0000
parents 25649b3a83e9
children cfa3006a66da
line wrap: on
line diff
--- a/frtest/Makefile	Sun Apr 14 05:51:42 2024 +0000
+++ b/frtest/Makefile	Sun Apr 14 05:59:15 2024 +0000
@@ -13,8 +13,8 @@
 gsmfr-cod2std:	cod2std.o ${LIBFR2}
 	${CC} ${CFLAGS} -o $@ cod2std.o ${LIBFR2}
 
-gsmfr-decode:	decode.o ${LIBDEC}
-	${CC} ${CFLAGS} -o $@ decode.o ${LIBDEC} -lgsm
+gsmfr-decode:	decode.o ${LIBTEST} ${LIBFR2}
+	${CC} ${CFLAGS} -o $@ decode.o ${LIBTEST} ${LIBFR2}
 
 gsmfr-decode-r:	decode-r.o ${LIBDEC}
 	${CC} ${CFLAGS} -o $@ decode-r.o ${LIBDEC} -lgsm