ogg: Update to the latest VP8 mapping
[platform/upstream/gstreamer.git] / Makefile.am
index d3b5266..230c516 100644 (file)
@@ -7,6 +7,7 @@ SUBDIRS_EXT =
 endif
 
 SUBDIRS =                      \
+       pkgconfig               \
        gst-libs                \
        gst sys $(SUBDIRS_EXT)  \
        tools                   \
@@ -14,10 +15,10 @@ SUBDIRS =                   \
        docs                    \
        po                      \
        common                  \
-       m4                      \
-       pkgconfig
+       m4
 
 DIST_SUBDIRS =                         \
+       pkgconfig               \
        docs                    \
        gst-libs                \
        gst sys ext             \
@@ -25,8 +26,7 @@ DIST_SUBDIRS =                        \
        tests                   \
        po                      \
        common                  \
-       m4                      \
-       pkgconfig
+       m4
 
 # include before EXTRA_DIST for win32 assignment
 include $(top_srcdir)/common/win32.mak
@@ -59,12 +59,24 @@ WIN32_COPY = \
        $(top_builddir)/_stdint.h
 
 win32-update:
-       for f in $(WIN32_COPY); do cp $$f win32/common;done
-       cp $(top_builddir)/win32/common/config.h-new \
+       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
 
+# cruft: plugins that have been merged or moved or renamed
 
+CRUFT_FILES = \
+       $(top_builddir)/common/shave \
+       $(top_builddir)/common/shave-libtool
+
+include $(top_srcdir)/common/cruft.mak
+
+all-local: check-cruft