NMT / DMS: User data facility support (required for SMS)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user