summaryrefslogtreecommitdiffstats
path: root/ext/esd/Makefile.am
blob: fd2ee4bc1d459cd4265f76aae49a43e93f72170d (plain)
1
2
3
4
5
6
7
8
9
10
plugin_LTLIBRARIES = libgstesd.la

libgstesd_la_SOURCES = esdsink.c gstesd.c
#esdmon.c
libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
libgstesd_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_MAJORMINOR@ $(ESD_LIBS)
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = esdsink.h esdmon.h
EXTRA_DIST = README