2014-11-17 16:37:15 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/platforms/unimrcp-client/include \
|
|
|
|
$(UNIMRCP_CLIENTAPP_INCLUDES)
|
2009-06-16 22:31:19 +00:00
|
|
|
|
|
|
|
bin_PROGRAMS = unimrcpclient
|
2014-11-17 16:37:15 +00:00
|
|
|
|
2009-06-16 22:31:19 +00:00
|
|
|
unimrcpclient_SOURCES = src/main.c \
|
|
|
|
src/demo_framework.c \
|
|
|
|
src/demo_synth_application.c \
|
|
|
|
src/demo_recog_application.c \
|
|
|
|
src/demo_bypass_application.c \
|
|
|
|
src/demo_discover_application.c \
|
|
|
|
src/demo_util.c
|
2014-11-17 16:37:15 +00:00
|
|
|
unimrcpclient_LDADD = $(UNIMRCP_CLIENTAPP_LIBS)
|
|
|
|
unimrcpclient_LDFLAGS = $(UNIMRCP_CLIENTAPP_OPTS)
|
2009-06-17 21:39:38 +00:00
|
|
|
|
2014-11-17 16:37:15 +00:00
|
|
|
include $(top_srcdir)/build/rules/uniclientapp.am
|