diff efrtest/Makefile @ 435:9f354d2aea13

efrtest: split etsi-dec.c for code reuse
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 08 May 2024 05:25:47 +0000
parents 51678b070c7a
children e80632ccb745
line wrap: on
line diff
--- a/efrtest/Makefile	Wed May 08 02:17:08 2024 +0000
+++ b/efrtest/Makefile	Wed May 08 05:25:47 2024 +0000
@@ -40,8 +40,8 @@
 gsmefr-encode-r:	encode-r.o ${LIBTEST} ${LIBEFR}
 	${CC} ${CFLAGS} -o $@ encode-r.o ${LIBTEST} ${LIBEFR}
 
-gsmefr-etsi-dec:	etsi-dec.o etsi-bit-rd.o ${LIBEFR}
-	${CC} ${CFLAGS} -o $@ etsi-dec.o etsi-bit-rd.o ${LIBEFR}
+gsmefr-etsi-dec:	etsi-dec.o etsi-bit-rd.o etsi-pcm-out.o ${LIBEFR}
+	${CC} ${CFLAGS} -o $@ etsi-dec.o etsi-bit-rd.o etsi-pcm-out.o ${LIBEFR}
 
 gsmefr-etsi-enc:	etsi-enc.o etsi-enc-common.o ${LIBEFR}
 	${CC} ${CFLAGS} -o $@ etsi-enc.o etsi-enc-common.o ${LIBEFR}