2014-11-17 16:37:15 +00:00
|
|
|
AM_CPPFLAGS = $(UNIMRCP_PLUGIN_INCLUDES)
|
2009-06-16 22:31:19 +00:00
|
|
|
|
2011-06-16 16:25:00 +00:00
|
|
|
plugin_LTLIBRARIES = demoverifier.la
|
2009-06-16 22:31:19 +00:00
|
|
|
|
2011-06-16 16:25:00 +00:00
|
|
|
demoverifier_la_SOURCES = src/demo_verifier_engine.c
|
2014-11-17 16:37:15 +00:00
|
|
|
demoverifier_la_LDFLAGS = $(UNIMRCP_PLUGIN_OPTS)
|
|
|
|
|
|
|
|
include $(top_srcdir)/build/rules/uniplugin.am
|