diff options
author | Louie S <louie@example.com> | 2023-03-04 15:05:35 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-04 15:05:35 -0800 |
commit | 8a9b2149b70c6fe47915f6be3789658a34847efa (patch) | |
tree | e0997db580739efcae33b1c558e5baed652fc3a8 /spec | |
parent | c50c292fc754106003e21474c07b03e81889dba9 (diff) |
Implement checking for windres tool in configure.ac
Diffstat (limited to 'spec')
-rw-r--r-- | spec/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |