summaryrefslogtreecommitdiffstats
path: root/ext/speex/Makefile.am
blob: 7d0a65f0bdd2a0e97be78ea80e97818d2af59b45 (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)
libgstspeex_la_LIBADD = -lspeex
libgstspeex_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstspeexenc.h gstspeexdec.h