baseparse: Avoid overflow in update_interval calculation
[platform/upstream/gstreamer.git] / Makefile.am
index ca8bfe6..de057c4 100644 (file)
@@ -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 \
@@ -31,15 +31,17 @@ DIST_SUBDIRS = pkgconfig \
 include $(top_srcdir)/common/win32.mak
 
 EXTRA_DIST = \
-       gstreamer.spec gstreamer.spec.in \
-       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 \
+       gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in \
        $(win32)
 
-CLEANFILES = gst-element-check-@GST_API_VERSION@.m4
-
 DISTCLEANFILES = _stdint.h
 
 include $(top_srcdir)/common/release.mak
@@ -148,9 +150,6 @@ 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
-
 # cruft: plugins that have been merged or moved or renamed
 
 CRUFT_FILES = \
@@ -204,4 +203,4 @@ CRUFT_DIRS = \
 
 include $(top_srcdir)/common/cruft.mak
 
-all-local: gst-element-check-@GST_API_VERSION@.m4 check-cruft
+all-local: check-cruft