diff efrtest/Makefile @ 472:d80ccb3c3970

gsmefr-dlcap-sync: use DHF datum in the library
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 14 May 2024 07:30:48 +0000
parents 4104b0390fab
children
line wrap: on
line diff
--- a/efrtest/Makefile	Tue May 14 07:25:06 2024 +0000
+++ b/efrtest/Makefile	Tue May 14 07:30:48 2024 +0000
@@ -34,7 +34,7 @@
 	${CC} ${CFLAGS} -o $@ $^
 
 gsmefr-dlcap-sync:	dlcap-sync.o sync-from-pcma.o sync-from-pcmu.o tidsp.o \
-			${LIBTEST}
+			${LIBTEST} ${LIBEFR}
 	${CC} ${CFLAGS} -o $@ $^
 
 gsmefr-encode:	encode.o ${LIBTEST} ${LIBEFR}