Added testsangomaboost
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@881 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
5a2bb60b40
commit
77e5eb21bf
|
@ -109,6 +109,7 @@ noinst_PROGRAMS = testtones detect_tones detect_dtmf testisdn testpri testr2 tes
|
||||||
if HAVE_SCTP
|
if HAVE_SCTP
|
||||||
noinst_PROGRAMS += testboost
|
noinst_PROGRAMS += testboost
|
||||||
endif
|
endif
|
||||||
|
noinst_PROGRAMS += testsangomaboost
|
||||||
|
|
||||||
testapp_SOURCES = $(SRC)/testapp.c
|
testapp_SOURCES = $(SRC)/testapp.c
|
||||||
testapp_LDADD = libopenzap.la
|
testapp_LDADD = libopenzap.la
|
||||||
|
@ -148,6 +149,10 @@ testboost_LDADD = libopenzap.la
|
||||||
testboost_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS)
|
testboost_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
testsangomaboost_SOURCES = $(SRC)/testsangomaboost.c
|
||||||
|
testsangomaboost_LDADD = libopenzap.la
|
||||||
|
testsangomaboost_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS)
|
||||||
|
|
||||||
testanalog_SOURCES = $(SRC)/testanalog.c
|
testanalog_SOURCES = $(SRC)/testanalog.c
|
||||||
testanalog_LDADD = libopenzap.la
|
testanalog_LDADD = libopenzap.la
|
||||||
testanalog_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS)
|
testanalog_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue