summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-03-04 15:05:35 -0800
committerLouie S <louie@example.com>2023-03-04 15:05:35 -0800
commit8a9b2149b70c6fe47915f6be3789658a34847efa (patch)
treee0997db580739efcae33b1c558e5baed652fc3a8 /docs
parentc50c292fc754106003e21474c07b03e81889dba9 (diff)
Implement checking for windres tool in configure.ac
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 62c84cf..e9052e0 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -199,6 +199,7 @@ SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
VERSION = @VERSION@
+WINDRES = @WINDRES@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@