diff pcap-study/Makefile @ 16:1bc144545563

pcap-study: new program rtp-tw5-extr
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 10 Oct 2024 17:40:16 +0000
parents 96b37cef5020
children
line wrap: on
line diff
--- a/pcap-study/Makefile	Thu Sep 19 01:59:14 2024 +0000
+++ b/pcap-study/Makefile	Thu Oct 10 17:40:16 2024 +0000
@@ -1,5 +1,5 @@
 PROGS=	rtp-cont-check rtp-g711-extr rtp-gsmfr-dump rtp-gsmfr-extr \
-	rtp-jitter-view rtp-stream-dump rtp-tfo-trace
+	rtp-jitter-view rtp-stream-dump rtp-tfo-trace rtp-tw5-extr
 
 include ../config.defs
 
@@ -26,6 +26,9 @@
 rtp-tfo-trace:	rtp-tfo-trace.c
 	${CC} ${CFLAGS} -o $@ $@.c -lpcap
 
+rtp-tw5-extr:	rtp-tw5-extr.c
+	${CC} ${CFLAGS} -o $@ $@.c -lpcap
+
 install:
 	mkdir -p ${DESTDIR}${bindir}
 	install -c ${PROGS} ${DESTDIR}${bindir}