From: David Yat Sin Date: Tue, 17 Nov 2009 23:13:38 +0000 (+0000) Subject: Added testsangomaboost X-Git-Tag: v1.0.6~38^3~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e5eb21bfde5d0e95ddcc88c296c870748e6719;p=thirdparty%2Ffreeswitch.git Added testsangomaboost git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@881 a93c3328-9c30-0410-af19-c9cd2b2d52af --- diff --git a/libs/freetdm/Makefile.am b/libs/freetdm/Makefile.am index 88d2a59815..b86cb530d4 100644 --- a/libs/freetdm/Makefile.am +++ b/libs/freetdm/Makefile.am @@ -109,6 +109,7 @@ noinst_PROGRAMS = testtones detect_tones detect_dtmf testisdn testpri testr2 tes if HAVE_SCTP noinst_PROGRAMS += testboost endif +noinst_PROGRAMS += testsangomaboost testapp_SOURCES = $(SRC)/testapp.c testapp_LDADD = libopenzap.la @@ -148,6 +149,10 @@ testboost_LDADD = libopenzap.la testboost_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS) endif +testsangomaboost_SOURCES = $(SRC)/testsangomaboost.c +testsangomaboost_LDADD = libopenzap.la +testsangomaboost_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS) + testanalog_SOURCES = $(SRC)/testanalog.c testanalog_LDADD = libopenzap.la testanalog_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS)