summaryrefslogtreecommitdiff
path: root/win32.mak
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-02-05 15:09:24 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-02-05 15:09:24 +0000
commit111618d933a4e0560c0d657a06dcba1c9c61ad88 (patch)
treead8f0a90840e90a2fc558bb73e7e78830385694f /win32.mak
parentaaeae58df4e238dfc7f3903aa8aaf062190ed5cf (diff)
downloadgstreamer-common-111618d933a4e0560c0d657a06dcba1c9c61ad88.tar.gz
Make 'make check' fail if the win32 .def files with the exported symbols are not up-to-date
Diffstat (limited to 'win32.mak')
-rw-r--r--win32.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32.mak b/win32.mak
index 63b1310..61c41fe 100644
--- a/win32.mak
+++ b/win32.mak
@@ -46,7 +46,8 @@ check-exports:
fail=1; \
fi; \
fi; \
- done
+ done ; \
+ exit $$fail
dist-hook: check-exports win32-check-crlf