NMT / DMS: User data facility support (required for SMS)

This commit is contained in:
Andreas Eversberg
2016-07-04 07:23:44 +02:00
parent 62b3712ce5
commit 64c829909b
12 changed files with 1277 additions and 19 deletions

View File

@@ -2,7 +2,8 @@ AM_CPPFLAGS = -Wall -g $(all_includes)
noinst_PROGRAMS = \
test_compandor \
test_emphasis
test_emphasis \
test_dms
test_compandor_SOURCES = test_compandor.c
@@ -18,3 +19,12 @@ test_emphasis_LDADD = \
$(top_builddir)/src/common/libcommon.a \
-lm
test_dms_SOURCES = \
$(top_builddir)/src/nmt/dms.c \
test_dms.c
test_dms_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/common/libcommon.a \
-lm