SDL_image: fixed 'make dist'

From e8eccf8d691fd65b85451e2bc0da4f1865ce138d Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 10 May 2022 20:20:24 +0300
Subject: [PATCH] fixed 'make dist'

---
 Makefile.am | 4 +++-
 Makefile.in | 8 ++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 8e69b1a..c842b5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,9 @@ libSDL2_image_la_SOURCES =	\
 	miniz.h			\
 	nanosvg.h		\
 	nanosvgrast.h		\
-	qoi.h
+	qoi.h			\
+	stb_image.h		\
+	tiny_jpeg.h
 
 EXTRA_DIST = CHANGES.txt LICENSE.txt README.txt README-emscripten.txt \
 	IMG_xxx.c		\
diff --git a/Makefile.in b/Makefile.in
index 000dcfe..f6a9394 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -149,7 +149,8 @@ am__libSDL2_image_la_SOURCES_DIST = IMG.c IMG_avif.c IMG_bmp.c \
 	IMG_gif.c IMG_jpg.c IMG_jxl.c IMG_lbm.c IMG_pcx.c IMG_png.c \
 	IMG_pnm.c IMG_qoi.c IMG_svg.c IMG_stb.c IMG_tga.c IMG_tif.c \
 	IMG_xcf.c IMG_xpm.c IMG_xv.c IMG_webp.c IMG_WIC.c \
-	IMG_ImageIO.m miniz.h nanosvg.h nanosvgrast.h qoi.h
+	IMG_ImageIO.m miniz.h nanosvg.h nanosvgrast.h qoi.h \
+	stb_image.h tiny_jpeg.h
 @USE_IMAGEIO_TRUE@am__objects_1 = IMG_ImageIO.lo
 am_libSDL2_image_la_OBJECTS = IMG.lo IMG_avif.lo IMG_bmp.lo IMG_gif.lo \
 	IMG_jpg.lo IMG_jxl.lo IMG_lbm.lo IMG_pcx.lo IMG_png.lo \
@@ -428,6 +429,7 @@ pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -470,7 +472,9 @@ libSDL2_image_la_SOURCES = \
 	miniz.h			\
 	nanosvg.h		\
 	nanosvgrast.h		\
-	qoi.h
+	qoi.h			\
+	stb_image.h		\
+	tiny_jpeg.h
 
 EXTRA_DIST = CHANGES.txt LICENSE.txt README.txt README-emscripten.txt \
 	IMG_xxx.c		\