FreeCalypso > hg > themwi-rtp-lib
diff src/Makefile @ 22:587437b62ed5
implement twrtp_endp_set_remote_ipv4()
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 07 Jul 2024 04:33:55 +0000 |
| parents | 2032201bd034 |
| children | 9e477a4b485a |
line wrap: on
line diff
--- a/src/Makefile Sun Jul 07 04:17:18 2024 +0000 +++ b/src/Makefile Sun Jul 07 04:33:55 2024 +0000 @@ -1,5 +1,5 @@ -OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o twjit.o \ - twjit_in.o twjit_out.o twjit_vty.o +OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o set_remote.o \ + twjit.o twjit_in.o twjit_out.o twjit_vty.o LIB= libtwrtp.a include ../config.defs
