From 8a9b2149b70c6fe47915f6be3789658a34847efa Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 4 Mar 2023 15:05:35 -0800 Subject: Implement checking for windres tool in configure.ac --- spec/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/Makefile.in') diff --git a/spec/Makefile.in b/spec/Makefile.in index ed27fbf..1b4cc60 100644 --- a/spec/Makefile.in +++ b/spec/Makefile.in @@ -169,6 +169,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@ -- cgit