Merge branch 'upstream/1.16' into tizen_gst_1.16.2
[platform/upstream/gst-plugins-base.git] / gst-libs / gst / Makefile.am
index 4939b7b..416e42f 100755 (executable)
@@ -1,3 +1,10 @@
+if USE_OPENGL
+GL_DIR = gl
+endif
+if USE_GLES2
+GL_DIR = gl
+endif
+
 SUBDIRS = \
        tag \
        fft \
@@ -9,7 +16,22 @@ SUBDIRS = \
        pbutils \
        riff \
        app \
-       allocators
+       allocators \
+       $(GL_DIR)
+
+DIST_SUBDIRS = \
+       tag \
+       fft \
+       audio \
+       rtp \
+       sdp \
+       rtsp \
+       video \
+       pbutils \
+       riff \
+       app \
+       allocators \
+       gl
 
 noinst_HEADERS = gettext.h gst-i18n-app.h gst-i18n-plugin.h glib-compat-private.h
 
@@ -26,7 +48,7 @@ rtp: audio
 
 sdp: rtp
 
-allocators : video
+gl: video allocators
 
 INDEPENDENT_SUBDIRS = \
        tag audio fft video app