NMT / SMS: Short Message Service support
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user