FreeCalypso > hg > freecalypso-tools
diff uptools/atcmd/Makefile @ 370:076d533f840d
fcup-smsend: implemented automatic concat SMS refno generation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 08 Mar 2018 17:47:58 +0000 |
parents | 9f856f843620 |
children | 1e7c6fcb9abe |
line wrap: on
line diff
--- a/uptools/atcmd/Makefile Thu Mar 08 16:41:57 2018 +0000 +++ b/uptools/atcmd/Makefile Thu Mar 08 17:47:58 2018 +0000 @@ -9,8 +9,8 @@ SMDUMP_OBJS= atinterf.o resp_parse.o smdump.o ${LIBCODING} -SMSEND_OBJS= atinterf.o resp_parse.o smsend_cmgw.o smsend_main.o \ - smsend_pdu.o smsend_text.o ${LIBCODING} +SMSEND_OBJS= atinterf.o resp_parse.o smsend_cmgw.o smsend_concat.o \ + smsend_main.o smsend_pdu.o smsend_text.o ${LIBCODING} all: ${PROGS}