summaryrefslogtreecommitdiffstats
path: root/ext/esd/Makefile.am
blob: 22cbff45a0145907a96c2d968d11f9db67387cba (plain)
1
2
3
4
5
6
7
8
9
10

plugin_LTLIBRARIES = libgstesd.la

libgstesd_la_SOURCES = esdsink.c esdmon.c gstesd.c
libgstesd_la_CFLAGS = $(GST_CFLAGS) $(ESD_CFLAGS) $(GST_PLUGINS_LIBS_CFLAGS)
libgstesd_la_LIBADD = $(ESD_LIBS) $(GST_PLUGINS_LIBS_LIBS) -lgstaudio-@GST_MAJORMINOR@
libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = esdsink.h esdmon.h
EXTRA_DIST = README