diff libutil/Makefile @ 6:86b4f288862d

libutil: functions for encoding MSISDN record
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Feb 2021 00:41:12 +0000
parents b149db92cb0e
children
line wrap: on
line diff
--- a/libutil/Makefile	Mon Feb 22 00:40:14 2021 +0000
+++ b/libutil/Makefile	Mon Feb 22 00:41:12 2021 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	hexstdin.o hexstr.o
+OBJS=	gsm7_encode.o gsm7_encode_table.o hexstdin.o hexstr.o number_encode.o
 LIB=	libutil.a
 
 all:	${LIB}