FreeCalypso > hg > themwi-rtp-lib
diff src/Makefile @ 24:84d427017d2f
endp: implement RTP Tx
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 07:33:48 +0000 |
parents | 9e477a4b485a |
children | 3e01a71b7c7c |
line wrap: on
line diff
--- a/src/Makefile Sun Jul 07 06:27:56 2024 +0000 +++ b/src/Makefile Sun Jul 07 07:33:48 2024 +0000 @@ -1,5 +1,5 @@ OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtp_rx.o \ - set_remote.o twjit.o twjit_in.o twjit_out.o twjit_vty.o + rtp_tx.o set_remote.o twjit.o twjit_in.o twjit_out.o twjit_vty.o LIB= libtwrtp.a include ../config.defs