summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
blob: 86d4c08eaeafe947c3cb73c6d7aafdcc5681bb1e (plain)
1
2
3
4
5
6
7
8
9
10
plugindir = $(libdir)/gst

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