SDL_mixer: Added mingw package support files, sorted dist files

From 5d0ea9462b002b6cce104f2bbf2cd6bed52e2e1d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Thu, 16 Jun 2022 21:56:48 -0700
Subject: [PATCH] Added mingw package support files, sorted dist files

---
 Makefile.in | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 73e14d8b..ae88591d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40,33 +40,34 @@ PLAYWAVE_OBJECTS = @PLAYWAVE_OBJECTS@
 PLAYMUS_OBJECTS = @PLAYMUS_OBJECTS@
 
 SRC_DIST =			\
-	LICENSE.txt		\
-	README.txt		\
-	CHANGES.txt		\
 	.gitmodules		\
 	Android.mk		\
+	CHANGES.txt		\
 	CMakeLists.txt		\
-	cmake			\
+	LICENSE.txt		\
 	Makefile.in		\
 	Makefile.os2		\
+	README.txt		\
 	SDL2_mixer.pc.in	\
 	SDL2_mixer.spec.in	\
 	SDL2_mixerConfig.cmake.in \
-	sdl2_mixer-config-version.cmake.in \
-	sdl2_mixer-config.cmake.in \
-	include/SDL_mixer.h	\
 	VisualC			\
 	VisualC-WinRT		\
 	Xcode			\
 	acinclude		\
 	autogen.sh		\
 	build-scripts		\
+	cmake			\
 	configure		\
 	configure.ac		\
 	external/download.sh	\
-	src			\
+	include/SDL_mixer.h	\
+	mingw			\
 	playmus.c		\
 	playwave.c		\
+	sdl2_mixer-config-version.cmake.in \
+	sdl2_mixer-config.cmake.in \
+	src			\
 	version.rc
 
 GEN_DIST = SDL2_mixer.spec