FreeCalypso > hg > themwi-system-sw
diff smpp-trx-sa/Makefile @ 263:1bf989f60aa3
smpp-trx-sa: log times of enquire_link packets
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 11 Oct 2023 21:22:32 -0800 |
parents | 9d6e8d99d2b1 |
children | cdc807117841 |
line wrap: on
line diff
--- a/smpp-trx-sa/Makefile Wed Oct 11 21:21:34 2023 -0800 +++ b/smpp-trx-sa/Makefile Wed Oct 11 21:22:32 2023 -0800 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= smpp-trx-sa -OBJS= localsock.o log.o main.o pdu_out.o tcpconn.o +OBJS= enq_link_stat.o localsock.o log.o main.o pdu_out.o tcpconn.o LIBS= ../libutil/libutil.a INSTBIN=/usr/local/bin