gst: Fix compiler warnings on mingw-w64
[platform/upstream/gstreamer.git] / tests / examples / Makefile.am
index 20d7877..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
@@ -24,7 +18,8 @@ always_dirs = \
        metadata   \
        queue      \
        stepping \
-       streams
+       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 streams xml typefind launch
+include $(top_srcdir)/common/parallel-subdirs.mak