2014-03-03 21:39:18 +00:00
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/platforms/libunimrcp-server/include \
|
2014-11-17 16:37:15 +00:00
|
|
|
$(UNIMRCP_SERVERLIB_INCLUDES)
|
2009-06-16 22:31:19 +00:00
|
|
|
|
|
|
|
lib_LTLIBRARIES = libunimrcpserver.la
|
|
|
|
|
|
|
|
include_HEADERS = include/unimrcp_server.h
|
|
|
|
libunimrcpserver_la_SOURCES = src/unimrcp_server.c
|
2014-11-17 16:37:15 +00:00
|
|
|
libunimrcpserver_la_LIBADD = $(UNIMRCP_SERVERLIB_LIBS)
|
|
|
|
libunimrcpserver_la_LDFLAGS = $(UNIMRCP_SERVERLIB_OPTS)
|
2009-06-16 22:31:19 +00:00
|
|
|
|
2014-11-17 16:37:15 +00:00
|
|
|
include $(top_srcdir)/build/rules/uniserverlib.am
|