FreeCalypso > hg > themwi-system-sw
diff utils/Makefile @ 215:67289fac8a44
utils: new program tcpserv-dump
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jul 2023 21:49:09 -0800 |
parents | 857d78c58f56 |
children | 211a043a385f |
line wrap: on
line diff
--- a/utils/Makefile Sat Jul 08 13:32:32 2023 -0800 +++ b/utils/Makefile Mon Jul 24 21:49:09 2023 -0800 @@ -3,7 +3,7 @@ PROGS= sip-out-test sip-rx-test sip-udp-dump themwi-check-own \ themwi-dump-numdb themwi-short-dial themwi-update-numdb \ themwi-update-outrt -NOINST= rtp-alloc-test +NOINST= rtp-alloc-test tcpserv-dump LIBNUMDB=../libnumdb/libnumdb.a LIBRTPA=../librtpalloc/librtpalloc.a LIBSIP= ../libsip/libsip.a @@ -24,6 +24,9 @@ sip-udp-dump: sip-udp-dump.c ${CC} ${CFLAGS} -o $@ $@.c +tcpserv-dump: tcpserv-dump.c + ${CC} ${CFLAGS} -o $@ $@.c + themwi-check-own: themwi-check-own.o ${LIBNUMDB} ${LIBUTIL} ${CC} ${CFLAGS} -o $@ $@.o ${LIBNUMDB} ${LIBUTIL}