FreeCalypso > hg > sms-coding-utils
diff libcoding/Makefile @ 26:c8cb05b69118
libcoding alpha addr: support both encoding and decoding
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Jun 2024 01:55:19 +0000 |
parents | 2a19b44c272e |
children | 7418ca2e9949 |
line wrap: on
line diff
--- a/libcoding/Makefile Tue May 21 01:59:17 2024 +0000 +++ b/libcoding/Makefile Thu Jun 13 01:55:19 2024 +0000 @@ -1,6 +1,6 @@ -OBJS= alpha_addr.o check_high_bit.o gsm7_encode.o gsm7_encode2.o \ - gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o number_encode.o \ - timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o +OBJS= alpha_addr.o alpha_addr_enc.o check_high_bit.o gsm7_encode.o \ + gsm7_encode2.o gsm7_encode_table.o gsm7_pack.o hexdigits.o hexout.o \ + number_encode.o timestamp.o ucs2_bigend.o utf8_decode.o utf8_decode2.o LIB= libcoding.a include ../config.defs