FreeCalypso > hg > freecalypso-tools
diff uptools/libcoding/Makefile @ 355:8fee530f7850
uptools/libcoding: implemented 8859-1 -> GSM7 encoding table
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 06 Feb 2018 19:27:19 +0000 |
parents | ec0d6d58e043 |
children | dbeb4a5628f5 |
line wrap: on
line diff
--- a/uptools/libcoding/Makefile Mon Feb 05 19:01:27 2018 +0000 +++ b/uptools/libcoding/Makefile Tue Feb 06 19:27:19 2018 +0000 @@ -1,8 +1,9 @@ CC= gcc CFLAGS= -O2 OBJS= alpha_addr.o decode_helpers.o grokdcs.o gsm7_decode.o \ - gsm7_decode_tables.o gsm7_unpack.o gsmtime.o hexdecode.o hexdump.o \ - number_decode.o scaddr.o ucs2_decode.o utf8_decode.o + gsm7_decode_tables.o gsm7_encode_table.o gsm7_unpack.o gsmtime.o \ + hexdecode.o hexdump.o number_decode.o scaddr.o ucs2_decode.o \ + utf8_decode.o LIB= libcoding.a all: ${LIB}