FreeCalypso > hg > themwi-interim
diff mtctest/Makefile @ 8:a902ccbf6bbc
mtctest: introduce general user command structure
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 09 Jun 2024 02:48:55 +0000 |
parents | 33d8b3177540 |
children | 395c56969bc4 |
line wrap: on
line diff
--- a/mtctest/Makefile Sun Jun 09 01:56:27 2024 +0000 +++ b/mtctest/Makefile Sun Jun 09 02:48:55 2024 +0000 @@ -1,6 +1,7 @@ CPPFLAGS=-I${includedir} PROG= themwi-test-mtc -OBJS= disconnect.o main.o rtp_sink.o setup.o sig_handler.o sock_conn.o +OBJS= disconnect.o main.o rtp_sink.o setup.o sig_handler.o sock_conn.o \ + user_cmd.o LIBUTIL=../libutil/libutil.a include ../config.defs