X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=6c9786fe244e5ee1e914254c6307b2fac1bdc6f2;hb=2706a35ebe4b0c44a6c668337be7d5b264da654a;hp=d663e47d3ae3acf55aa569f960c77f8a517c8dbc;hpb=72a5e5fe2d0f0db3e985585cc72097d3d3d8bf89;p=platform%2Fupstream%2Fgst-plugins-good.git diff --git a/Makefile.am b/Makefile.am index d663e47..6c9786f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,13 +35,13 @@ include $(top_srcdir)/common/release.mak include $(top_srcdir)/common/po.mak check-valgrind: - cd tests/check && make check-valgrind + $(MAKE) -C tests/check check-valgrind if HAVE_GST_CHECK check-torture: - cd tests/check && make torture + $(MAKE) -C tests/check torture build-checks: - cd tests/check && make build-checks + $(MAKE) -C tests/check build-checks else check-torture: true @@ -68,6 +68,7 @@ CRUFT_FILES = \ $(top_builddir)/gst/videofilter/.libs/*gamma.{so,dll,DLL,dylib} CRUFT_DIRS = \ + $(top_srcdir)/docs/plugins/tmpl \ $(top_srcdir)/gst/median \ $(top_srcdir)/gst/qtdemux \ $(top_srcdir)/gst/quicktime \