FreeCalypso > hg > sipout-test-utils
diff test-fsk/Makefile @ 6:ba66d297fe57
test-fsk: first attempt at modem Rx
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Mar 2024 23:21:07 -0800 |
parents | 030d52b96a23 |
children | f7321b25195e |
line wrap: on
line diff
--- a/test-fsk/Makefile Mon Mar 04 22:25:53 2024 -0800 +++ b/test-fsk/Makefile Mon Mar 04 23:21:07 2024 -0800 @@ -1,8 +1,8 @@ CC= gcc CFLAGS= -O2 PROG= sipout-test-fsk -OBJS= bye_in.o disc_cmd.o main.o readconf.o reinvite.o rtp_rx.o rtp_tx.o \ - sdp_in.o sip_log.o sip_udp.o uac.o uas.o user_cmd.o +OBJS= bye_in.o disc_cmd.o main.o modem_rx.o readconf.o reinvite.o rtp_rx.o \ + rtp_tx.o sdp_in.o sip_log.o sip_udp.o uac.o uas.o user_cmd.o LIBS= ../libsip/libsip.a ../librtpalloc/librtpalloc.a ../libutil/libutil.a INSTBIN=/opt/themwi/bin