NMT / SMS: Short Message Service support

This commit is contained in:
Andreas Eversberg
2016-07-04 19:52:00 +02:00
parent 64c829909b
commit e7fa08b6df
11 changed files with 1017 additions and 10 deletions

View File

@@ -3,7 +3,8 @@ AM_CPPFLAGS = -Wall -g $(all_includes)
noinst_PROGRAMS = \
test_compandor \
test_emphasis \
test_dms
test_dms \
test_sms
test_compandor_SOURCES = test_compandor.c
@@ -28,3 +29,12 @@ test_dms_LDADD = \
$(top_builddir)/src/common/libcommon.a \
-lm
test_sms_SOURCES = \
$(top_builddir)/src/nmt/sms.c \
test_sms.c
test_sms_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libcommon.a \
-lm