Tizen 2.0 Release
[framework/multimedia/gst-plugins-good0.10.git] / ext / esd / Makefile.am
1 plugin_LTLIBRARIES = libgstesd.la
2
3 libgstesd_la_SOURCES = esdsink.c gstesd.c
4 libgstesd_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(ESD_CFLAGS)
5 libgstesd_la_LIBADD = \
6         $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
7         $(GST_BASE_LIBS) \
8         $(GST_LIBS) \
9         $(ESD_LIBS)
10 libgstesd_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstesd_la_LIBTOOLFLAGS = --tag=disable-static
12
13 noinst_HEADERS = esdsink.h esdmon.h
14 EXTRA_DIST =