enable x for wearable profile
[platform/upstream/gstreamer.git] / Makefile.am
index 6c9786f..75af3fc 100644 (file)
@@ -1,9 +1,8 @@
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS=--disable-gtk-doc
 
 ALWAYS_SUBDIRS =               \
        gst sys ext             \
        tests                   \
-       docs                    \
        po                      \
        common                  \
        m4                      \
@@ -35,18 +34,14 @@ include $(top_srcdir)/common/release.mak
 include $(top_srcdir)/common/po.mak
 
 check-valgrind:
-       $(MAKE) -C tests/check check-valgrind
+       cd tests/check && make check-valgrind
 
 if HAVE_GST_CHECK
 check-torture:
-       $(MAKE) -C tests/check torture
-build-checks:
-       $(MAKE) -C tests/check build-checks
+       cd tests/check && make torture
 else
 check-torture:
        true
-build-checks:
-       true
 endif
 
 win32-update: