forked from Mirrors/freeswitch
8330336e9a
[apr] Backport APR_RING_FOREACH and APR_RING_FOREACH_SAFE macros to APR for unimrcp compatibility. [unimrcp] configure.gnu - need full path, not relative path for library paths [unimrcp] added uni_revision.h - couldn't get it to autogenerate from build [mod_unimrcp] add better logging and error checking on module load. Currently dumps core on MRCPv1 TTS attempt [mod_unimrcp] don't configure MRCPv1 session with a connection agent- causes crash
28 lines
459 B
Makefile
28 lines
459 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
SUBDIRS =
|
|
|
|
if UNIMRCP_CLIENT_LIB
|
|
SUBDIRS += libunimrcp-client
|
|
endif
|
|
|
|
if UNIMRCP_CLIENT_APP
|
|
SUBDIRS += unimrcp-client
|
|
endif
|
|
|
|
if UMC
|
|
SUBDIRS += umc
|
|
endif
|
|
|
|
if ASR_CLIENT
|
|
SUBDIRS += libasr-client asr-client
|
|
endif
|
|
|
|
if UNIMRCP_SERVER_LIB
|
|
SUBDIRS += libunimrcp-server
|
|
endif
|
|
|
|
if UNIMRCP_SERVER_APP
|
|
SUBDIRS += unimrcp-server
|
|
endif
|