miniobject: free qdata array when the last qdata is removed
[platform/upstream/gstreamer.git] / Makefile.am
index ae38d94..b2223ca 100644 (file)
@@ -1,5 +1,3 @@
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
-
 # note: keep in sync with configure.ac
 ACLOCAL_AMFLAGS = -I m4 -I common/m4
 
@@ -8,7 +6,6 @@ aclocal_DATA = gst-element-check-1.0.m4
 
 SUBDIRS = pkgconfig \
        gst libs plugins tests \
-       docs \
        po \
        m4 \
        common \
@@ -21,15 +18,11 @@ endif
 # These are all the possible subdirs
 DIST_SUBDIRS = pkgconfig \
        gst libs plugins tools tests \
-       docs \
        po \
        m4 \
        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 +30,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 +132,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
 
@@ -196,8 +182,7 @@ CRUFT_DIRS = \
        $(top_builddir)/tests/examples/queue \
        $(top_builddir)/tests/examples/typefind \
        $(top_builddir)/gst/tmp-introspect* \
-       $(top_builddir)/libs/gst/*/tmp-introspect* \
-       $(top_srcdir)/docs/plugins/tmpl
+       $(top_builddir)/libs/gst/*/tmp-introspect*
 
 include $(top_srcdir)/common/cruft.mak