changeset 137:f05183b18d29

top Makefile: add liboutrt
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:59:17 -0800
parents ce02fd05fd9e
children 0967f67c6ac3
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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}