summaryrefslogtreecommitdiff
path: root/Makefile.in
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 /Makefile.in
parentc50c292fc754106003e21474c07b03e81889dba9 (diff)
Implement checking for windres tool in configure.ac
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c731df4..b802306 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -283,6 +283,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@