X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=d9b3acaa5d09f777f4867eb3ccdf056c4190c20f;hb=26e7833b7f00fc35127c03f6c81deff12430fa9a;hp=ae38d94bfa269b10e0af6764b03fc46d0ffeafd5;hpb=145eca289a9e1d13917327fdc91ec772b05599f4;p=platform%2Fupstream%2Fgstreamer.git diff --git a/Makefile.am b/Makefile.am index ae38d94..d9b3aca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,9 +27,6 @@ DIST_SUBDIRS = pkgconfig \ common \ data -# include before EXTRA_DIST for win32 assignment -include $(top_srcdir)/common/win32.mak - EXTRA_DIST = \ gst-element-check-1.0.m4 \ configure.ac autogen.sh depcomp \ @@ -37,8 +34,7 @@ EXTRA_DIST = \ scripts/gst-uninstalled \ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/gstreamer-*" ) \ meson_options.txt \ - gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in \ - $(win32) + gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in DISTCLEANFILES = _stdint.h @@ -140,13 +136,7 @@ check-enum-gettypes: $(top_builddir)/gst/gstenumtypes.h include $(top_srcdir)/common/coverage/lcov.mak -# Do not run the check-exports test in case any option which causes the API to -# change has been used -if !GST_DISABLE_REGISTRY -CHECK_EXPORTS = check-exports -endif - -check: $(CHECK_EXPORTS) check-enum-gettypes +check: check-enum-gettypes # cruft: plugins that have been merged or moved or renamed