Rename audiovoice to audiokaraoke and add it to the docs.
[platform/upstream/gst-plugins-good.git] / gst / audiofx / Makefile.am
1 # plugindir is set in configure
2
3 plugin_LTLIBRARIES = libgstaudiofx.la
4
5 # sources used to compile this plug-in
6 libgstaudiofx_la_SOURCES = audiofx.c\
7         audiopanorama.c \
8         audioinvert.c \
9         audioamplify.c \
10         audiodynamic.c \
11         audiokaraoke.c \
12         audiocheblimit.c \
13         audiochebband.c \
14         audiowsincband.c \
15         audiowsinclimit.c
16
17 # flags used to compile this plugin
18 libgstaudiofx_la_CFLAGS = $(GST_CFLAGS) \
19         $(GST_BASE_CFLAGS) \
20         $(GST_CONTROLLER_CFLAGS) \
21         $(GST_PLUGINS_BASE_CFLAGS)
22 libgstaudiofx_la_LIBADD = $(GST_LIBS) \
23         $(GST_BASE_LIBS) \
24         $(GST_CONTROLLER_LIBS) \
25         $(GST_PLUGINS_BASE_LIBS) \
26         -lgstaudio-$(GST_MAJORMINOR) \
27         $(LIBM)
28 libgstaudiofx_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
29
30 # headers we need but don't want installed
31 noinst_HEADERS = audiopanorama.h \
32         audioinvert.h \
33         audioamplify.h \
34         audiodynamic.h \
35         audiokaraoke.h \
36         audiocheblimit.h \
37         audiochebband.h \
38         audiowsincband.h \
39         audiowsinclimit.h \
40         math_compat.h
41