X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=4489fc93ce01997027ae7eb13f82b378fc7cca0d;hb=a2e182c3b41cf7a149d099d65e32ac512dd60dc3;hp=eb01c6a53d14fa59ae07cae10c74fa22217014ed;hpb=143063a68f2676a0bb1b70bd49a093031193f276;p=platform%2Fupstream%2Fgstreamer.git diff --git a/Makefile.am b/Makefile.am index eb01c6a..4489fc9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,25 +6,29 @@ else SUBDIRS_EXAMPLES = endif -SUBDIRS = \ +if BUILD_TESTS +SUBDIRS_TESTS = tests +else +SUBDIRS_TESTS = +endif + +SUBDIRS = \ gst \ common \ pkgconfig \ docs \ $(SUBDIRS_EXAMPLES) \ - tests + $(SUBDIRS_TESTS) DIST_SUBDIRS = gst common pkgconfig docs examples tests -# include before EXTRA_DIST for win32 assignment -include $(top_srcdir)/common/win32.mak - EXTRA_DIST = \ ChangeLog autogen.sh depcomp \ AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \ docs/design/gst-rtp-server-design \ gst-rtsp-server.doap \ - $(win32) + $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \ + meson_options.txt ACLOCAL_AMFLAGS = -I m4 -I common/m4