FreeCalypso > hg > sipout-test-utils
diff test-fsk/Makefile @ 4:030d52b96a23
test-fsk: implement SpanDSP Tx output
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Mar 2024 22:08:19 -0800 |
parents | 26383ed8b79f |
children | ba66d297fe57 |
line wrap: on
line diff
--- a/test-fsk/Makefile Mon Mar 04 21:22:27 2024 -0800 +++ b/test-fsk/Makefile Mon Mar 04 22:08:19 2024 -0800 @@ -9,7 +9,7 @@ all: ${PROG} ${PROG}: ${OBJS} ${LIBS} - ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} + ${CC} ${CFLAGS} -o $@ ${OBJS} ${LIBS} -lspandsp -lm install: install -c -m 755 ${PROG} ${INSTBIN}