buffer: move some code around
[platform/upstream/gstreamer.git] / Makefile.am
index 6f20a24..e39b86d 100644 (file)
@@ -96,12 +96,10 @@ endif
 # FIXME: this target should be run every time we do "make release"
 # find a way of automating that
 win32-update:
-       for f in gstversion.h gstenumtypes.c gstenumtypes.h gstmarshal.c gstmarshal.h; do \
+       for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
                cp $(top_builddir)/gst/$$f win32/common; done
        $(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
        $(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
-       $(top_srcdir)/tools/gst-indent win32/common/gstmarshal.c
-       $(top_srcdir)/tools/gst-indent win32/common/gstmarshal.c
        cp $(top_builddir)/win32/common/config.h-new \
                $(top_srcdir)/win32/common/config.h
 
@@ -142,15 +140,11 @@ 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_GST_DEBUG
-if !GST_DISABLE_LOADSAVE
 if !GST_DISABLE_REGISTRY
 if !GST_DISABLE_TRACE
 CHECK_EXPORTS = check-exports
 endif
 endif
-endif
-endif
 
 check: $(CHECK_EXPORTS) check-enum-gettypes
 
@@ -198,7 +192,9 @@ CRUFT_FILES = \
        $(top_builddir)/common/m4/xsize.m4
 
 CRUFT_DIRS = \
-       $(top_builddir)/tests/examples/xml
+       $(top_builddir)/tests/examples/xml \
+       $(top_builddir)/gst/tmp-introspect* \
+       $(top_builddir)/libs/gst/*/tmp-introspect*
 
 include $(top_srcdir)/common/cruft.mak