X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=dccba6e1ebaf2ef135e0fd93071d6b42c2da907b;hb=566cfdbbd72fa34f487bccd6dfadd993aba776c2;hp=e923327255374370219b1c255672e902c78cfffa;hpb=f3f10b0f8e94ad22436cb4eae48c630017b791c8;p=platform%2Fupstream%2Fgstreamer.git diff --git a/Makefile.am b/Makefile.am index e923327..dccba6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,26 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc +if BUILD_EXAMPLES +SUBDIRS_EXAMPLES = examples +else +SUBDIRS_EXAMPLES = +endif + SUBDIRS = \ gst \ - bindings \ common \ pkgconfig \ docs \ - examples \ + $(SUBDIRS_EXAMPLES) \ tests -DIST_SUBDIRS = $(SUBDIRS) +DIST_SUBDIRS = gst common pkgconfig docs examples tests EXTRA_DIST = \ ChangeLog autogen.sh depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ - gst-rtsp.spec docs/design/gst-rtp-server-design + gst-rtsp.spec docs/design/gst-rtp-server-design \ + gst-rtsp-server.doap ACLOCAL_AMFLAGS = -I m4 -I common/m4 @@ -26,14 +32,18 @@ include $(top_srcdir)/common/po.mak include $(top_srcdir)/common/coverage/lcov.mak check-valgrind: - cd tests/check && make check-valgrind + $(MAKE) -C tests/check check-valgrind if HAVE_CHECK check-torture: - cd tests/check && make torture + $(MAKE) -C tests/check torture +build-checks: + $(MAKE) -C tests/check build-checks else check-torture: true +build-checks: + true endif # cruft: plugins that have been merged or moved or renamed