2
0

Makefile.am 253 B

12345678
  1. AM_CPPFLAGS = $(UNIMRCP_PLUGIN_INCLUDES)
  2. plugin_LTLIBRARIES = demosynth.la
  3. demosynth_la_SOURCES = src/demo_synth_engine.c
  4. demosynth_la_LDFLAGS = $(UNIMRCP_PLUGIN_OPTS)
  5. include $(top_srcdir)/build/rules/uniplugin.am