diff src/Makefile @ 17:2a24487453a7

implement twrtp_bind_fdpair()
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 07 Jul 2024 00:02:44 +0000
parents 073b8c7b361f
children b8cb5146e5b4
line wrap: on
line diff
--- a/src/Makefile	Sat Jul 06 22:00:06 2024 +0000
+++ b/src/Makefile	Sun Jul 07 00:02:44 2024 +0000
@@ -1,4 +1,4 @@
-OBJS=	twjit.o twjit_in.o twjit_out.o twjit_vty.o
+OBJS=	bind_fdpair.o twjit.o twjit_in.o twjit_out.o twjit_vty.o
 LIB=	libtwrtp.a
 
 include ../config.defs