summaryrefslogtreecommitdiffstats
path: root/ext/esd/Makefile.am
blob: e7b864de0f42ff2bde610a32e871529710dde3de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
libgstesd_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = esdsink.h esdmon.h
EXTRA_DIST =