Skip to content

Commit 0d47128

Browse files
committed
Added the mingw directory to the distribution files
1 parent 6964b67 commit 0d47128

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

Makefile.am

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,22 @@ libSDL2_net_la_SOURCES = \
1515
SDLnetselect.c \
1616
SDLnetsys.h
1717

18-
EXTRA_DIST = CHANGES.txt LICENSE.txt README.txt \
18+
EXTRA_DIST = \
1919
Android.mk \
20-
debian \
21-
version.rc \
20+
CHANGES.txt \
21+
CMakeLists.txt \
22+
LICENSE.txt \
2223
Makefile.os2 \
24+
README.txt \
25+
SDL2_net.spec \
26+
SDL2_netConfig.cmake.in \
2327
VisualC \
2428
Xcode \
2529
Xcode-iOS \
26-
SDL2_net.spec \
27-
SDL2_net.spec.in \
28-
autogen.sh \
29-
CMakeLists.txt \
30-
cmake \
31-
SDL2_netConfig.cmake.in
30+
autogen.sh \
31+
cmake \
32+
mingw \
33+
version.rc
3234

3335
libSDL2_net_la_LDFLAGS = \
3436
-no-undefined \

Makefile.in

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -418,20 +418,22 @@ libSDL2_net_la_SOURCES = \
418418
SDLnetselect.c \
419419
SDLnetsys.h
420420

421-
EXTRA_DIST = CHANGES.txt LICENSE.txt README.txt \
421+
EXTRA_DIST = \
422422
Android.mk \
423-
debian \
424-
version.rc \
423+
CHANGES.txt \
424+
CMakeLists.txt \
425+
LICENSE.txt \
425426
Makefile.os2 \
427+
README.txt \
428+
SDL2_net.spec \
429+
SDL2_netConfig.cmake.in \
426430
VisualC \
427431
Xcode \
428432
Xcode-iOS \
429-
SDL2_net.spec \
430-
SDL2_net.spec.in \
431-
autogen.sh \
432-
CMakeLists.txt \
433-
cmake \
434-
SDL2_netConfig.cmake.in
433+
autogen.sh \
434+
cmake \
435+
mingw \
436+
version.rc
435437

436438
libSDL2_net_la_LDFLAGS = \
437439
-no-undefined \

0 commit comments

Comments
 (0)