diff src/Makefile @ 35:c0ce22777694

add helper functions for DSCP and socket priority
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 09 Jul 2024 01:56:26 +0000
parents aa97e77e7de6
children 84affc6de365
line wrap: on
line diff
--- a/src/Makefile	Tue Jul 09 01:00:27 2024 +0000
+++ b/src/Makefile	Tue Jul 09 01:56:26 2024 +0000
@@ -1,6 +1,6 @@
 OBJS=	bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtcp_rx.o \
-	rtcp_tx.o rtp_rx.o rtp_tx.o set_remote.o set_sdes.o twjit.o twjit_in.o \
-	twjit_out.o twjit_vty.o
+	rtcp_tx.o rtp_rx.o rtp_tx.o set_dscp_prio.o set_remote.o set_sdes.o \
+	twjit.o twjit_in.o twjit_out.o twjit_vty.o
 LIB=	libtwrtp.a
 
 include ../config.defs