diff uptools/atcmd/Makefile @ 379:a38805b5b6d4

uptools/atcmd: smsend_pdugen.c split off from smsend_pduout.c
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 09 Mar 2018 00:27:24 +0000
parents 1fa4dcbb1c87
children 3eb92855f7b9
line wrap: on
line diff
--- a/uptools/atcmd/Makefile	Fri Mar 09 00:17:13 2018 +0000
+++ b/uptools/atcmd/Makefile	Fri Mar 09 00:27:24 2018 +0000
@@ -10,10 +10,11 @@
 SMDUMP_OBJS=	atinterf.o resp_parse.o smdump.o ${LIBCODING}
 
 SMSEND_OBJS=	atinterf.o resp_parse.o smsend_cmgw.o smsend_concat.o \
-		smsend_main.o smsend_pduout.o smsend_text.o ${LIBCODING}
+		smsend_main.o smsend_pdugen.o smsend_pduout.o smsend_text.o \
+		${LIBCODING}
 
 SMSENDM_OBJS=	atinterf.o resp_parse.o smsend_cmgw.o smsend_multmain.o \
-		smsend_pduout.o smsend_text.o ${LIBCODING}
+		smsend_pdugen.o smsend_pduout.o smsend_text.o ${LIBCODING}
 
 all:	${PROGS}