blob: 9506b4be971e3d74fd9911ca261c4f493f855cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstesd.la
libgstesd_la_SOURCES = esdsink.c esdmon.c gstesd.c
libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS)
libgstesd_la_LIBADD = $(ESD_LIBS)
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = esdsink.h esdmon.h
EXTRA_DIST = README
|