FreeCalypso > hg > sms-coding-utils
diff libcoding/Makefile @ 27:7418ca2e9949
libcoding: add functions from freecalypso-tools/uptools/libcoding
that are needed for sms-pdu-decode & pcm-sms-decode
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 13 Jun 2024 02:29:29 +0000 |
parents | c8cb05b69118 |
children | 6e925aa54727 |
line wrap: on
line diff
--- a/libcoding/Makefile Thu Jun 13 01:55:19 2024 +0000 +++ b/libcoding/Makefile Thu Jun 13 02:29:29 2024 +0000 @@ -1,6 +1,9 @@ -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 +OBJS= alpha_addr.o alpha_addr_enc.o check_high_bit.o decode_helpers.o \ + grokdcs.o gsm7_decode.o gsm7_decode_qstring.o gsm7_decode_tables.o \ + gsm7_encode.o gsm7_encode2.o gsm7_encode_table.o gsm7_pack.o \ + gsm7_unpack.o gsmtime.o hexdecode.o hexdigits.o hexdump.o hexout.o \ + number_decode.o number_encode.o scaddr.o timestamp.o ucs2_bigend.o \ + ucs2_decode.o utf8_decode.o utf8_decode2.o LIB= libcoding.a include ../config.defs