Move gtk plugin from -bad
[platform/upstream/gst-plugins-good.git] / ext / pulse / Makefile.am
index 22c880c..90e0002 100644 (file)
@@ -1,28 +1,21 @@
-plugin_LTLIBRARIES = libgstpulse.la
+plugin_LTLIBRARIES = libgstpulseaudio.la
 
-libgstpulse_la_SOURCES = \
+libgstpulseaudio_la_SOURCES = \
        plugin.c \
-       pulsemixer.c \
-       pulsemixerctrl.c \
-       pulsemixertrack.c \
-       pulseprobe.c \
        pulsesink.c \
        pulsesrc.c \
+       pulsedeviceprovider.c \
        pulseutil.c
 
-libgstpulse_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(PULSE_CFLAGS)
-libgstpulse_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_MAJORMINOR) \
-       -lgstinterfaces-$(GST_MAJORMINOR) -lgstpbutils-$(GST_MAJORMINOR) \
+libgstpulseaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(PULSE_CFLAGS)
+libgstpulseaudio_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
+       -lgstpbutils-$(GST_API_VERSION) \
        $(GST_BASE_LIBS) $(GST_LIBS) $(PULSE_LIBS)
-libgstpulse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstpulse_la_LIBTOOLFLAGS = --tag=disable-static
+libgstpulseaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 
 noinst_HEADERS = \
-       pulsemixerctrl.h \
-       pulsemixer.h \
-       pulsemixertrack.h \
-       pulseprobe.h \
        pulsesink.h \
        pulsesrc.h \
+       pulsedeviceprovider.h \
        pulseutil.h