Skip to content

Commit 5d0ea94

Browse files
committed
Added mingw package support files, sorted dist files
1 parent f23ae75 commit 5d0ea94

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Makefile.in

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,34 @@ PLAYWAVE_OBJECTS = @PLAYWAVE_OBJECTS@
4040
PLAYMUS_OBJECTS = @PLAYMUS_OBJECTS@
4141

4242
SRC_DIST = \
43-
LICENSE.txt \
44-
README.txt \
45-
CHANGES.txt \
4643
.gitmodules \
4744
Android.mk \
45+
CHANGES.txt \
4846
CMakeLists.txt \
49-
cmake \
47+
LICENSE.txt \
5048
Makefile.in \
5149
Makefile.os2 \
50+
README.txt \
5251
SDL2_mixer.pc.in \
5352
SDL2_mixer.spec.in \
5453
SDL2_mixerConfig.cmake.in \
55-
sdl2_mixer-config-version.cmake.in \
56-
sdl2_mixer-config.cmake.in \
57-
include/SDL_mixer.h \
5854
VisualC \
5955
VisualC-WinRT \
6056
Xcode \
6157
acinclude \
6258
autogen.sh \
6359
build-scripts \
60+
cmake \
6461
configure \
6562
configure.ac \
6663
external/download.sh \
67-
src \
64+
include/SDL_mixer.h \
65+
mingw \
6866
playmus.c \
6967
playwave.c \
68+
sdl2_mixer-config-version.cmake.in \
69+
sdl2_mixer-config.cmake.in \
70+
src \
7071
version.rc
7172

7273
GEN_DIST = SDL2_mixer.spec

0 commit comments

Comments
 (0)