summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/config/win-post.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/win-post.in b/src/config/win-post.in
index fd874aebeb..151fac6873 100644
--- a/src/config/win-post.in
+++ b/src/config/win-post.in
@@ -109,3 +109,8 @@ clean-windows-files::
$(RM) .\$(OUTPRE)*.idb .\$(OUTPRE)*.ilk
$(RM) .\$(OUTPRE)*.manifest
!endif
+
+# Dependencies
+!if exist($(srcdir)/deps)
+!include $(srcdir)/deps
+!endif