FreeCalypso > hg > themwi-rtp-lib
diff src/Makefile @ 19:b8cb5146e5b4
endp: beginning
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 07 Jul 2024 02:14:01 +0000 |
parents | 2a24487453a7 |
children | 695fdb670d30 |
line wrap: on
line diff
--- a/src/Makefile Sun Jul 07 00:15:00 2024 +0000 +++ b/src/Makefile Sun Jul 07 02:14:01 2024 +0000 @@ -1,10 +1,10 @@ -OBJS= bind_fdpair.o twjit.o twjit_in.o twjit_out.o twjit_vty.o +OBJS= bind_fdpair.o endp_create.o twjit.o twjit_in.o twjit_out.o twjit_vty.o LIB= libtwrtp.a include ../config.defs CPPFLAGS=-I../build-inc ${OSMO_INCLUDE} -HDRS= ../include/twjit.h +HDRS= ../include/endp.h ../include/twjit.h endp_internal.h all: ${LIB}