From: Tim-Philipp Müller Date: Tue, 1 Jun 2010 10:45:11 +0000 (+0100) Subject: win32: commit Makefile changes for win32-update as well X-Git-Tag: RELEASE-0.10.30~150 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be687a1a645fa250fc412baa64bfe9f7faf70f9a;p=platform%2Fupstream%2Fgstreamer.git win32: commit Makefile changes for win32-update as well --- diff --git a/Makefile.am b/Makefile.am index 4f5a832..13aeccb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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