git-svn-id: http://svn.openzap.org/svn/openzap/trunk@853 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2009-11-11 18:51:03 +00:00
parent 4b64c098ec
commit 087f820187

View File

@ -154,7 +154,12 @@ testanalog_CFLAGS = $(AM_CFLAGS) $(MY_CFLAGS)
#
# ozmod modules
#
mod_LTLIBRARIES = ozmod_zt.la ozmod_skel.la ozmod_isdn.la ozmod_analog.la ozmod_analog_em.la ozmod_sangoma_boost.la
mod_LTLIBRARIES = ozmod_zt.la ozmod_skel.la ozmod_isdn.la ozmod_analog.la ozmod_analog_em.la
if HAVE_SCTP
mod_LTLIBRARIES += ozmod_sangoma_boost.la
endif
if LIBSANGOMA
mod_LTLIBRARIES += ozmod_wanpipe.la