diff src/Makefile @ 29:3e01a71b7c7c

implement RTCP Rx
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 08 Jul 2024 02:55:32 +0000
parents 84d427017d2f
children 284fcb5868e2
line wrap: on
line diff
--- a/src/Makefile	Mon Jul 08 01:59:49 2024 +0000
+++ b/src/Makefile	Mon Jul 08 02:55:32 2024 +0000
@@ -1,5 +1,6 @@
-OBJS=	bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtp_rx.o \
-	rtp_tx.o set_remote.o twjit.o twjit_in.o twjit_out.o twjit_vty.o
+OBJS=	bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtcp_rx.o \
+	rtp_rx.o rtp_tx.o set_remote.o twjit.o twjit_in.o twjit_out.o \
+	twjit_vty.o
 LIB=	libtwrtp.a
 
 include ../config.defs