base: make GstQueueArray private to coreelements for now
[platform/upstream/gstreamer.git] / plugins / elements / Makefile.am
index a4d4c81..5e0230c 100644 (file)
@@ -1,7 +1,7 @@
 
 plugin_LTLIBRARIES = libgstcoreelements.la
 
-libgstcoreelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
+libgstcoreelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_API_VERSION@.la
 libgstcoreelements_la_SOURCES =        \
        gstcapsfilter.c         \
        gstelements.c           \
@@ -17,6 +17,7 @@ libgstcoreelements_la_SOURCES =       \
        gstoutputselector.c     \
        gstdataqueue.c          \
        gstmultiqueue.c         \
+       gstqueuearray.c \
        gstqueue.c              \
        gstqueue2.c             \
        gsttee.c                \
@@ -25,7 +26,7 @@ libgstcoreelements_la_SOURCES =       \
 
 libgstcoreelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
 libgstcoreelements_la_LIBADD = \
-       $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
+       $(top_builddir)/libs/gst/base/libgstbase-@GST_API_VERSION@.la \
        $(GST_OBJ_LIBS)
 libgstcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
 libgstcoreelements_la_LIBTOOLFLAGS = --tag=disable-static
@@ -44,6 +45,7 @@ noinst_HEADERS =              \
        gstoutputselector.h     \
        gstdataqueue.h          \
        gstmultiqueue.h         \
+       gstqueuearray.h \
        gstqueue.h              \
        gstqueue2.h             \
        gsttee.h                \
@@ -69,5 +71,5 @@ Android.mk: Makefile.am
         -:LDFLAGS $(libgstcoreelements_la_LDFLAGS) \
                    $(libgstcoreelements_la_LIBADD) \
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
-                      LOCAL_MODULE_PATH:=$$\(TARGET_OUT\)/lib/gstreamer-@GST_MAJORMINOR@ \
+                      LOCAL_MODULE_PATH:=$$\(TARGET_OUT\)/lib/gstreamer-@GST_API_VERSION@ \
        > $@