FreeCalypso > hg > themwi-system-sw
diff mgw/Makefile @ 127:f062c32a5116
mgw: implement DTMF
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 01 Oct 2022 20:31:15 -0800 |
parents | 815e4c59162e |
children | 8c28426abef0 |
line wrap: on
line diff
--- a/mgw/Makefile Sat Oct 01 17:09:51 2022 -0800 +++ b/mgw/Makefile Sat Oct 01 20:31:15 2022 -0800 @@ -1,9 +1,9 @@ CC= gcc CFLAGS= -O2 PROG= themwi-mgw -OBJS= crcx.o ctrl_prot.o ctrl_sock.o dlcx.o dtmf_init.o dtmf_table.o \ - g711_decode.o g711_encode.o gsm2pstn.o main.o mdcx.o pstn2gsm.o \ - readconf.o udpsink.o +OBJS= crcx.o ctrl_prot.o ctrl_sock.o dlcx.o dtmf_ctrl.o dtmf_init.o \ + dtmf_table.o dtmf_timer.o g711_decode.o g711_encode.o gsm2pstn.o main.o\ + mdcx.o pstn2gsm.o readconf.o udpsink.o LIBS= ../libutil/libutil.a INSTBIN=/usr/local/bin