X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile.am;h=d9b3acaa5d09f777f4867eb3ccdf056c4190c20f;hb=84512152c1490522c46090a81f244a8a6ac0d1b4;hp=83b16fe401686a1bd7d177d390bdcca2af7cf398;hpb=d238c7426553336bc785133b09311c8618686969;p=platform%2Fupstream%2Fgstreamer.git diff --git a/Makefile.am b/Makefile.am index 83b16fe..d9b3aca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc ACLOCAL_AMFLAGS = -I m4 -I common/m4 aclocaldir = $(datadir)/aclocal -aclocal_DATA = gst-element-check-@GST_API_VERSION@.m4 +aclocal_DATA = gst-element-check-1.0.m4 SUBDIRS = pkgconfig \ gst libs plugins tests \ @@ -27,22 +27,14 @@ DIST_SUBDIRS = pkgconfig \ common \ data -# include before EXTRA_DIST for win32 assignment -include $(top_srcdir)/common/win32.mak - EXTRA_DIST = \ - gst-element-check.m4 \ + gst-element-check-1.0.m4 \ configure.ac autogen.sh depcomp \ MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \ scripts/gst-uninstalled \ $(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/gstreamer-*" ) \ - gst/gstenumtypes.c.template gst/gstenumtypes.h.template \ - libs/gst/controller/controller_mkenum.py \ - meson_options.txt config.h.meson \ - gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in \ - $(win32) - -CLEANFILES = gst-element-check-@GST_API_VERSION@.m4 + meson_options.txt \ + gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in DISTCLEANFILES = _stdint.h @@ -144,16 +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 - -gst-element-check-@GST_API_VERSION@.m4: gst-element-check.m4 - $(AM_V_GEN)cp $(srcdir)/gst-element-check.m4 gst-element-check-@GST_API_VERSION@.m4 +check: check-enum-gettypes # cruft: plugins that have been merged or moved or renamed @@ -208,4 +191,4 @@ CRUFT_DIRS = \ include $(top_srcdir)/common/cruft.mak -all-local: gst-element-check-@GST_API_VERSION@.m4 check-cruft +all-local: check-cruft