SDL_image: test: Distribute template.test.in in source release tarballs

From 482bb4c04eaf41384e5eed0fa492ab55b7712783 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Fri, 20 May 2022 20:03:01 +0100
Subject: [PATCH] test: Distribute template.test.in in source release tarballs

We'll need this if we want to build with --enable-installed-tests
from an official source release, which I'd like to do in Debian.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 test/Makefile.am | 2 +-
 test/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index 7e19f74..7f55eb9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -20,7 +20,7 @@ AM_TESTS_ENVIRONMENT = \
 	$(NULL)
 
 EXTRA_DIST = \
-	CMakeLists.txt Makefile.os2
+	CMakeLists.txt Makefile.os2 template.test.in
 
 if INSTALL_TESTS
 testexec_PROGRAMS = $(test_programs)
diff --git a/test/Makefile.in b/test/Makefile.in
index 44a41f9..3a8f109 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -566,7 +566,7 @@ AM_TESTS_ENVIRONMENT = \
 	$(NULL)
 
 EXTRA_DIST = \
-	CMakeLists.txt Makefile.os2
+	CMakeLists.txt Makefile.os2 template.test.in
 
 @INSTALL_TESTS_TRUE@dist_testexec_DATA = \
 @INSTALL_TESTS_TRUE@	palette.bmp \