diff Makefile @ 137:f05183b18d29

top Makefile: add liboutrt
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:59:17 -0800
parents d74b545a3c2a
children 8adcd220c6cf
line wrap: on
line diff
--- a/Makefile	Thu Oct 06 23:57:38 2022 -0800
+++ b/Makefile	Thu Oct 06 23:59:17 2022 -0800
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 
 PROGDIR=mgw mncc mtctest sip-in sip-manual-out utils
-LIBDIR=	libnumdb libsip libutil
+LIBDIR=	libnumdb liboutrt libsip libutil
 SUBDIR=	${PROGDIR} ${LIBDIR}
 
 all:	${SUBDIR}