diff test-voice/Makefile @ 16:4f81b959a5f5

sipout-test-voice: implement PCMU GSM uplink catcher
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 13 May 2024 22:10:25 -0800
parents 35c0d9f03c0a
children f7321b25195e
line wrap: on
line diff
--- a/test-voice/Makefile	Sat May 11 22:27:07 2024 -0800
+++ b/test-voice/Makefile	Mon May 13 22:10:25 2024 -0800
@@ -1,8 +1,8 @@
 CC=	gcc
 CFLAGS=	-O2
 PROG=	sipout-test-voice
-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 pcmu_catcher.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