File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -40,33 +40,34 @@ PLAYWAVE_OBJECTS = @PLAYWAVE_OBJECTS@
40
40
PLAYMUS_OBJECTS = @PLAYMUS_OBJECTS@
41
41
42
42
SRC_DIST = \
43
- LICENSE.txt \
44
- README.txt \
45
- CHANGES.txt \
46
43
.gitmodules \
47
44
Android.mk \
45
+ CHANGES.txt \
48
46
CMakeLists.txt \
49
- cmake \
47
+ LICENSE.txt \
50
48
Makefile.in \
51
49
Makefile.os2 \
50
+ README.txt \
52
51
SDL2_mixer.pc.in \
53
52
SDL2_mixer.spec.in \
54
53
SDL2_mixerConfig.cmake.in \
55
- sdl2_mixer-config-version.cmake.in \
56
- sdl2_mixer-config.cmake.in \
57
- include/SDL_mixer.h \
58
54
VisualC \
59
55
VisualC-WinRT \
60
56
Xcode \
61
57
acinclude \
62
58
autogen.sh \
63
59
build-scripts \
60
+ cmake \
64
61
configure \
65
62
configure.ac \
66
63
external/download.sh \
67
- src \
64
+ include/SDL_mixer.h \
65
+ mingw \
68
66
playmus.c \
69
67
playwave.c \
68
+ sdl2_mixer-config-version.cmake.in \
69
+ sdl2_mixer-config.cmake.in \
70
+ src \
70
71
version.rc
71
72
72
73
GEN_DIST = SDL2_mixer.spec
You can’t perform that action at this time.
0 commit comments