From 70f8d926cc9e984d2650f573e7cb8e519d367b4f Mon Sep 17 00:00:00 2001
From: Even Rouault <[EMAIL REDACTED]>
Date: Fri, 9 Jun 2023 15:39:38 +0200
Subject: [PATCH] Add tif_win32_versioninfo.rc and tif_tools_versioninfo.rc to
EXTRA_DIST
---
libtiff/Makefile.am | 3 ++-
tools/Makefile.am | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/libtiff/Makefile.am b/libtiff/Makefile.am
index c688a3c4..1d1a35d7 100644
--- a/libtiff/Makefile.am
+++ b/libtiff/Makefile.am
@@ -33,7 +33,8 @@ EXTRA_DIST = \
libtiff.map \
libtiffxx.map \
tif_config.h.cmake.in \
- tiffconf.h.cmake.in
+ tiffconf.h.cmake.in \
+ tif_win32_versioninfo.rc
libtiffinclude_HEADERS = \
tiff.h \
diff --git a/tools/Makefile.am b/tools/Makefile.am
index c6c4c8af..877ffb26 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -27,7 +27,8 @@ LIBPORT = $(top_builddir)/port/libport.la
LIBTIFF = $(top_builddir)/libtiff/libtiff.la
EXTRA_DIST = \
- CMakeLists.txt
+ CMakeLists.txt \
+ tif_tools_versioninfo.rc
if TIFF_TOOLS
bin_PROGRAMS = \