gst: Fix compiler warnings on mingw-w64
[platform/upstream/gstreamer.git] / tests / examples / Makefile.am
index 88fbe7d..f4e059b 100644 (file)
@@ -1,9 +1,3 @@
-if GST_DISABLE_LOADSAVE
-GST_LOADSAVE_DIRS = 
-else
-GST_LOADSAVE_DIRS = xml typefind
-endif
-
 if GST_DISABLE_PARSE
 GST_PARSE_DIRS = 
 else
@@ -22,9 +16,10 @@ always_dirs = \
        helloworld \
        manual     \
        metadata   \
-       streams    \
        queue      \
-       stepping
+       stepping \
+       streams \
+       typefind
 
 #appreader
 #cutter
@@ -45,7 +40,8 @@ always_dirs = \
 SUBDIRS =                              \
        $(always_dirs)                  \
        $(ADAPTER_TEST_DIR)             \
-       $(GST_PARSE_DIRS)               \
-       $(GST_LOADSAVE_DIRS)
+       $(GST_PARSE_DIRS)
+
+DIST_SUBDIRS = $(always_dirs) adapter launch
 
-DIST_SUBDIRS = $(always_dirs) adapter xml typefind launch
+include $(top_srcdir)/common/parallel-subdirs.mak