SDL_ttf: Added CMake support to the release archive

From 1cb5de7e59e76b5d5164c19fdc651d5cd1432c29 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 25 May 2022 12:06:12 -0700
Subject: [PATCH] Added CMake support to the release archive

---
 Makefile.am | 2 +-
 Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a75ac4a..1998db1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -141,7 +141,7 @@ pkgconfig_DATA = SDL2_ttf.pc
 	$(RC) $< $@
 
 EXTRA_DIST = CHANGES.txt COPYING.txt README.txt \
-	Android.mk Makefile.os2 version.rc	\
+	Android.mk CMakeLists.txt Makefile.os2 version.rc	\
 	VisualC VisualC-WinRT Xcode external	\
 	SDL2_ttf.spec SDL2_ttf.spec.in		\
 	SDL2_ttfConfig.cmake.in		\
diff --git a/Makefile.in b/Makefile.in
index 1eaa0df..3087019 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -815,7 +815,7 @@ libSDL2_ttf_la_LIBADD = $(TTF_LIBS) @MATHLIB@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = SDL2_ttf.pc
 EXTRA_DIST = CHANGES.txt COPYING.txt README.txt \
-	Android.mk Makefile.os2 version.rc	\
+	Android.mk CMakeLists.txt Makefile.os2 version.rc	\
 	VisualC VisualC-WinRT Xcode external	\
 	SDL2_ttf.spec SDL2_ttf.spec.in		\
 	SDL2_ttfConfig.cmake.in		\