From be687a1a645fa250fc412baa64bfe9f7faf70f9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 1 Jun 2010 11:45:11 +0100 Subject: [PATCH] win32: commit Makefile changes for win32-update as well --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.7.4