rtsp: Corrected the HTTP digest authorization computation.
[platform/upstream/gstreamer.git] / Makefile.am
index 67105a6..e74226b 100644 (file)
@@ -28,7 +28,8 @@ DIST_SUBDIRS =                        \
        m4                      \
        pkgconfig
 
-win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
+# include before EXTRA_DIST for win32 assignment
+include $(top_srcdir)/common/win32.mak
 
 EXTRA_DIST = \
        gst-plugins-base.spec depcomp \
@@ -45,7 +46,7 @@ include $(top_srcdir)/common/po.mak
 check-valgrind:
        cd tests/check && make check-valgrind
 
-if HAVE_CHECK
+if HAVE_GST_CHECK
 check-torture:
        cd tests/check && make torture
 else
@@ -58,6 +59,16 @@ WIN32_COPY = \
        $(top_builddir)/_stdint.h
 
 win32-update:
-       for f in $(WIN32_COPY); do cp $$f win32/common;done
+       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
+
+