summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-18 13:09:17 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-02-18 20:08:39 +0000
commit0d6a9c04e6e06257e0f91278b0a1532249e63a21 (patch)
tree20c7f23751c1c6fcb180111598c7793ec4c9feec /Makefile.am
parenta39bca5f661f9fc4d578adbf8bba308f91b8e074 (diff)
build: fix indenting in win32-update target
No idea why we need to run gst-indent twice on that file, but it only seems to settle on a final format with minimal diff to the one in git after two runs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7bfb7e815e..d216e48e63 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,7 @@ win32-update:
for f in gstversion.h gstenumtypes.c gstenumtypes.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
cp $(top_builddir)/win32/common/config.h-new \
$(top_srcdir)/win32/common/config.h