diff sip-out/Makefile @ 155:2730ccb44549

sip-out: initial UAC response handling
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 11 Oct 2022 23:30:00 -0800
parents e54b0a9e322f
children 0bacca1f2f7b
line wrap: on
line diff
--- a/sip-out/Makefile	Tue Oct 11 23:04:01 2022 -0800
+++ b/sip-out/Makefile	Tue Oct 11 23:30:00 2022 -0800
@@ -3,7 +3,8 @@
 PROG=	themwi-sip-out
 OBJS=	call_clear.o call_list.o call_setup.o disconnect.o main.o mgw_ops.o \
 	mgw_resp.o mgw_sock.o mncc_sig_in.o mncc_sig_out.o mncc_sock.o \
-	readconf.o retrans.o shutdown.o sip_log.o sip_uas.o sip_udp.o uac_out.o
+	readconf.o retrans.o shutdown.o sip_log.o sip_uas.o sip_udp.o uac_out.o\
+	uac_resp.o
 LIBS=	../liboutrt/liboutrt.a ../libsip/libsip.a ../libutil/libutil.a
 INSTBIN=/usr/local/bin