comparison 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
comparison
equal deleted inserted replaced
23:9e477a4b485a 24:84d427017d2f
1 OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtp_rx.o \ 1 OBJS= bind_fdpair.o endp_bind.o endp_create.o endp_register.o rtp_rx.o \
2 set_remote.o twjit.o twjit_in.o twjit_out.o twjit_vty.o 2 rtp_tx.o set_remote.o 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}