summaryrefslogtreecommitdiffstats
path: root/ext/esd/Makefile.am
blob: 6b45fb7ff9859d3aa471cbbcc40bc67a846db4fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
plugindir = $(libdir)/gst

plugin_LTLIBRARIES = libgstesdsink.la libgstesdmon.la

libgstesdsink_la_SOURCES = esdsink.c
libgstesdsink_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
libgstesdsink_la_LIBADD = $(ESD_LIBS)
libgstesdsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

libgstesdmon_la_SOURCES = esdmon.c
libgstesdmon_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
libgstesdmon_la_LIBADD = $(ESD_LIBS)
libgstesdmon_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = esdsink.h
EXTRA_DIST = README