speex: Implement preset interface
[platform/upstream/gst-plugins-good.git] / ext / speex / Makefile.am
1 plugin_LTLIBRARIES = libgstspeex.la
2
3 libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
4 libgstspeex_la_CFLAGS = \
5         $(GST_PLUGINS_BASE_CFLAGS) \
6         $(GST_CFLAGS) \
7         $(SPEEX_CFLAGS)
8 libgstspeex_la_LIBADD = \
9         $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_MAJORMINOR) \
10         $(GST_BASE_LIBS) \
11         $(GST_LIBS) \
12         $(SPEEX_LIBS)
13 libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(LIBM)
14 libgstspeex_la_LIBTOOLFLAGS = --tag=disable-static
15
16 noinst_HEADERS = gstspeexenc.h gstspeexdec.h