diff uptools/libcoding/Makefile @ 334:f40530e2d48d

uptools/libcoding: GSM timestamp decoding implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 04 Feb 2018 00:01:37 +0000
parents 74d5e95ee84a
children 097ce8431d11
line wrap: on
line diff
--- a/uptools/libcoding/Makefile	Sat Feb 03 23:53:20 2018 +0000
+++ b/uptools/libcoding/Makefile	Sun Feb 04 00:01:37 2018 +0000
@@ -1,7 +1,8 @@
 CC=	gcc
 CFLAGS=	-O2
 OBJS=	alpha_addr.o decode_helpers.o gsm7_decode.o gsm7_decode_tables.o \
-	gsm7_unpack.o hexdecode.o number_decode.o scaddr.o ucs2_decode.o
+	gsm7_unpack.o gsmtime.o hexdecode.o number_decode.o scaddr.o \
+	ucs2_decode.o
 LIB=	libcoding.a
 
 all:	${LIB}