Detect SPEEX_LIBS and SPEEX_CFLAGS in configure, and use them here
[platform/upstream/gst-plugins-good.git] / ext / speex / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgstspeex.la
4
5 libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
6 libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS)
7 libgstspeex_la_LIBADD = $(SPEEX_LIBS)
8 libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gstspeexenc.h gstspeexdec.h