diff uptools/libcoding/Makefile @ 335:097ce8431d11

uptools/libcoding: SMS DCS decoding implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 04 Feb 2018 00:43:14 +0000
parents f40530e2d48d
children ead4ee22ef62
line wrap: on
line diff
--- a/uptools/libcoding/Makefile	Sun Feb 04 00:01:37 2018 +0000
+++ b/uptools/libcoding/Makefile	Sun Feb 04 00:43:14 2018 +0000
@@ -1,8 +1,8 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	alpha_addr.o decode_helpers.o gsm7_decode.o gsm7_decode_tables.o \
-	gsm7_unpack.o gsmtime.o hexdecode.o number_decode.o scaddr.o \
-	ucs2_decode.o
+OBJS=	alpha_addr.o decode_helpers.o grokdcs.o gsm7_decode.o \
+	gsm7_decode_tables.o gsm7_unpack.o gsmtime.o hexdecode.o \
+	number_decode.o scaddr.o ucs2_decode.o
 LIB=	libcoding.a
 
 all:	${LIB}