diff Makefile @ 209:34f8549ff0b1

drop pcap component - moved to rtp-debug-utils repository
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 16 Apr 2023 08:25:19 +0000
parents b092a510141e
children 77b7b7b7b384
line wrap: on
line diff
--- a/Makefile	Sat Feb 18 23:24:54 2023 +0000
+++ b/Makefile	Sun Apr 16 08:25:19 2023 +0000
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 
 SUBDIR_LIBPROD=	libgsmefr libgsmfrp
-SUBDIR_UTILS=	amrconv efrtest frtest miscutil pcap
+SUBDIR_UTILS=	amrconv efrtest frtest miscutil
 SUBDIR_INT=	dev libtest
 
 SUBDIR=	${SUBDIR_LIBPROD} ${SUBDIR_UTILS} ${SUBDIR_INT}