Update package version for GStreamer upgrade
[platform/upstream/gst-plugins-tizen.git] / audioeq / src / Makefile.am
1 # plugindir is set in configure
2
3 ##############################################################################
4 # change libgstplugin.la to something more suitable, e.g. libmysomething.la  #
5 ##############################################################################
6 plugin_LTLIBRARIES = libgstaudioeq.la
7
8 ##############################################################################
9 # for the next set of variables, rename the prefix if you renamed the .la,   #
10 #  e.g. libgstplugin_la_SOURCES => libmysomething_la_SOURCES                 #
11 #       libgstplugin_la_CFLAGS  => libmysomething_la_CFLAGS                  #
12 #       libgstplugin_la_LIBADD  => libmysomething_la_LIBADD                  #
13 #       libgstplugin_la_LDFLAGS => libmysomething_la_LDFLAGS                 #
14 ##############################################################################
15
16 # sources used to compile this plug-in
17 libgstaudioeq_la_SOURCES = gstaudioeq.c
18
19 # flags used to compile this plugin
20 # add other _CFLAGS and _LIBS as needed
21 libgstaudioeq_la_CFLAGS = \
22         $(GST_CFLAGS) \
23         $(GST_PLUGINS_BASE_CFLAGS) \
24         $(GST_BASE_CFLAGS) \
25         $(GST_CONTROLLER_CFLAGS)
26
27 libgstaudioeq_la_LIBADD = \
28         $(GST_LIBS) \
29         $(GST_PLUGINS_BASE_LIBS) \
30         $(GST_AUDIO_LIBS) \
31         $(GST_BASE_LIBS) \
32         $(GST_CONTROLLER_LIBS) \
33         $(GST_LIBS) $(LIBM)
34
35 libgstaudioeq_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
36
37 libgstequalizer_la_LIBTOOLFLAGS = --tag=disable-static
38
39 # headers we need but don't want installed
40 noinst_HEADERS = gstaudioeq.h