FreeCalypso > hg > themwi-rtp-lib
comparison src/Makefile @ 20:695fdb670d30
implement twrtp_endp_register_fds()
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 04:06:16 +0000 |
parents | b8cb5146e5b4 |
children | 2032201bd034 |
comparison
equal
deleted
inserted
replaced
19:b8cb5146e5b4 | 20:695fdb670d30 |
---|---|
1 OBJS= bind_fdpair.o endp_create.o twjit.o twjit_in.o twjit_out.o twjit_vty.o | 1 OBJS= bind_fdpair.o endp_create.o endp_register.o twjit.o twjit_in.o \ |
2 twjit_out.o twjit_vty.o | |
2 LIB= libtwrtp.a | 3 LIB= libtwrtp.a |
3 | 4 |
4 include ../config.defs | 5 include ../config.defs |
5 | 6 |
6 CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} | 7 CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} |