diff --git a/win32.mak b/win32.mak index ab25836b0da838d39af77caa2b96c14f63e60922..06fba583f57a12bb842a053842b6af1fb8208e7f 100644 --- a/win32.mak +++ b/win32.mak @@ -61,6 +61,9 @@ check-exports: update-exports: make check-exports 2>&1 | patch -p1 + if test -f "$(top_srcdir)/win32/common/libgstgl.def"; then \ + git checkout "$(top_srcdir)/win32/common/libgstgl.def"; \ + fi git add $(top_srcdir)/win32/common/libgst*.def git diff --cached -- $(top_srcdir)/win32/common/ echo '^^^--- updated and staged changes above (excluding libgstgl.def)'