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

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