diff liboutrt/Makefile @ 135:333dbb7ce704

liboutrt: implement E.164 routing
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 06 Oct 2022 23:44:17 -0800
parents 2b03d2584f88
children ce02fd05fd9e
line wrap: on
line diff
--- a/liboutrt/Makefile	Thu Oct 06 23:31:37 2022 -0800
+++ b/liboutrt/Makefile	Thu Oct 06 23:44:17 2022 -0800
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	readbin.o refresh.o
+OBJS=	readbin.o refresh.o route_e164.o
 LIB=	liboutrt.a
 
 all:	${LIB}