encoding-target: Remove useless check for local presence
[platform/upstream/gstreamer.git] / Makefile.am
index fc34e1d..88d02ed 100644 (file)
@@ -32,7 +32,7 @@ DIST_SUBDIRS =                        \
 include $(top_srcdir)/common/win32.mak
 
 EXTRA_DIST = \
-       gst-plugins-base.spec depcomp \
+       depcomp \
        AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
        ChangeLog gst-plugins-base.doap autogen.sh $(win32)
 
@@ -58,19 +58,6 @@ build-checks:
        true
 endif
 
-WIN32_COPY = \
-       $(top_builddir)/gst-libs/gst/*/*-enumtypes.[ch] \
-       $(top_builddir)/_stdint.h
-
-win32-update:
-       for f in $(WIN32_COPY); do cp -v $$f win32/common; done; \
-       for f in win32/common/*-enumtypes.c; do \
-         echo "Indenting $$f"; \
-         gst-indent $$f; gst-indent $$f; \
-       done
-       cp -v $(top_builddir)/win32/common/config.h-new \
-           $(top_srcdir)/win32/common/config.h
-
 include $(top_srcdir)/common/coverage/lcov.mak
 
 check: check-exports
@@ -78,6 +65,8 @@ check: check-exports
 # cruft: plugins that have been merged or moved or renamed
 
 CRUFT_FILES = \
+       $(top_builddir)/gst-plugins-base.spec \
+       $(top_builddir)/win32/common/config.h-new \
        $(top_builddir)/common/shave \
        $(top_builddir)/common/shave-libtool \
        $(top_builddir)/gst-libs/gst/audio/testchannels \
@@ -91,6 +80,7 @@ CRUFT_FILES = \
        $(top_builddir)/tools/gst-discoverer
 
 CRUFT_DIRS = \
+       $(top_srcdir)/docs/design \
        $(top_srcdir)/docs/plugins/tmpl \
        $(top_srcdir)/ext/gio \
        $(top_srcdir)/gst/gdp \