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

libgstesd_la_SOURCES = esdsink.c gstesd.c
libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(ESD_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 =