1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-02 08:52:47 +00:00

9 lines
259 B
Makefile
Raw Normal View History

AM_CPPFLAGS = $(UNIMRCP_PLUGIN_INCLUDES)
plugin_LTLIBRARIES = demoverifier.la
demoverifier_la_SOURCES = src/demo_verifier_engine.c
demoverifier_la_LDFLAGS = $(UNIMRCP_PLUGIN_OPTS)
include $(top_srcdir)/build/rules/uniplugin.am