FreeCalypso > hg > themwi-system-sw
diff mtctest/Makefile @ 36:e8e82a4bf12b
themwi-test-mtc: implement dummy RTP via themwi-mgw
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 10 Jul 2022 00:24:19 -0800 |
parents | cc0e1c6e33c3 |
children | 74dae755f85a |
line wrap: on
line diff
--- a/mtctest/Makefile Sat Jul 09 23:29:54 2022 -0800 +++ b/mtctest/Makefile Sun Jul 10 00:24:19 2022 -0800 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= themwi-test-mtc -OBJS= disconnect.o main.o setup.o sig_handler.o sock_conn.o +OBJS= disconnect.o dummy_rtp.o main.o setup.o sig_handler.o sock_conn.o LIBS= ../libnumdb/libnumdb.a ../libutil/libutil.a INSTBIN=/usr/local/bin