summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
blob: cdfcbdb53aa7de380f242bbc9c4c7189cc6fb735 (plain)
1
2
3
4
5
6
7
8
9

plugin_LTLIBRARIES = libgstspeex.la

libgstspeex_la_SOURCES = gstspeex.c gstspeexdec.c gstspeexenc.c
libgstspeex_la_CFLAGS = $(GST_CFLAGS) $(SPEEX_CFLAGS)
libgstspeex_la_LIBADD = $(SPEEX_LIBS)
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstspeexenc.h gstspeexdec.h