15 lines
686 B
Plaintext
15 lines
686 B
Plaintext
|
MAINTAINERCLEANFILES = Makefile.in
|
||
|
|
||
|
# Includes
|
||
|
UNIMRCP_PLUGIN_INCLUDES = -I$(top_srcdir)/libs/mrcp-engine/include \
|
||
|
-I$(top_srcdir)/libs/mrcp/include \
|
||
|
-I$(top_srcdir)/libs/mrcp/message/include \
|
||
|
-I$(top_srcdir)/libs/mrcp/control/include \
|
||
|
-I$(top_srcdir)/libs/mrcp/resources/include \
|
||
|
-I$(top_srcdir)/libs/mpf/include \
|
||
|
-I$(top_srcdir)/libs/apr-toolkit/include \
|
||
|
$(UNIMRCP_APR_INCLUDES)
|
||
|
|
||
|
# Linker options (LDFLAGS)
|
||
|
UNIMRCP_PLUGIN_OPTS = -module $(PLUGIN_LT_VERSION)
|