Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-good.git] / ext / pulse / Makefile.am
1 plugin_LTLIBRARIES = libgstpulseaudio.la
2
3 libgstpulseaudio_la_SOURCES = \
4         plugin.c \
5         pulsesink.c \
6         pulsesrc.c \
7         pulsedeviceprovider.c \
8         pulseutil.c
9
10 libgstpulseaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(PULSE_CFLAGS) $(GIO_CFLAGS)
11 libgstpulseaudio_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
12         -lgstpbutils-$(GST_API_VERSION) \
13         $(GST_BASE_LIBS) $(GST_LIBS) $(PULSE_LIBS) $(GIO_LIBS)
14 libgstpulseaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15
16 if PCM_DUMP_ENABLE
17 libgstpulseaudio_la_CFLAGS += $(VCONF_CFLAGS) -DPCM_DUMP_ENABLE
18 libgstpulseaudio_la_LIBADD += $(VCONF_LIBS)
19 endif
20
21 noinst_HEADERS = \
22         pulsesink.h \
23         pulsesrc.h \
24         pulsedeviceprovider.h \
25         pulseutil.h
26