FreeCalypso > hg > gsm-codec-lib
diff frtest/Makefile @ 285:cfa3006a66da
gsmfr-decode-r: convert to libgsmfr2
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 14 Apr 2024 06:04:32 +0000 |
parents | 8d3cfa65a6c2 |
children | 251aed72925e |
line wrap: on
line diff
--- a/frtest/Makefile Sun Apr 14 05:59:15 2024 +0000 +++ b/frtest/Makefile Sun Apr 14 06:04:32 2024 +0000 @@ -16,8 +16,8 @@ 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 +gsmfr-decode-r: decode-r.o ${LIBTEST} ${LIBFR2} + ${CC} ${CFLAGS} -o $@ decode-r.o ${LIBTEST} ${LIBFR2} gsmfr-dlcap-gsmx: dlcap-gsmx.o tidsp.o ${LIBTEST} ${CC} ${CFLAGS} -o $@ dlcap-gsmx.o tidsp.o ${LIBTEST}