comparison 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
comparison
equal deleted inserted replaced
21:2032201bd034 22:587437b62ed5
1 OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o twjit.o \ 1 OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o set_remote.o \
2 twjit_in.o twjit_out.o twjit_vty.o 2 twjit.o twjit_in.o twjit_out.o twjit_vty.o
3 LIB= libtwrtp.a 3 LIB= libtwrtp.a
4 4
5 include ../config.defs 5 include ../config.defs
6 6
7 CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} 7 CPPFLAGS=-I../build-inc ${OSMO_INCLUDE}