win32: commit Makefile changes for win32-update as well
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 1 Jun 2010 10:45:11 +0000 (11:45 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 1 Jun 2010 10:45:11 +0000 (11:45 +0100)
Makefile.am

index 4f5a832..13aeccb 100644 (file)
@@ -96,10 +96,12 @@ 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; do \
+       for f in gstversion.h gstenumtypes.c gstenumtypes.h gstmarshal.c gstmarshal.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