Skip to content

Commit

Permalink
Added the mingw directory to the distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Aug 17, 2022
1 parent 6964b67 commit 0d47128
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
20 changes: 11 additions & 9 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,22 @@ libSDL2_net_la_SOURCES = \
SDLnetselect.c \
SDLnetsys.h

EXTRA_DIST = CHANGES.txt LICENSE.txt README.txt \
EXTRA_DIST = \
Android.mk \
debian \
version.rc \
CHANGES.txt \
CMakeLists.txt \
LICENSE.txt \
Makefile.os2 \
README.txt \
SDL2_net.spec \
SDL2_netConfig.cmake.in \
VisualC \
Xcode \
Xcode-iOS \
SDL2_net.spec \
SDL2_net.spec.in \
autogen.sh \
CMakeLists.txt \
cmake \
SDL2_netConfig.cmake.in
autogen.sh \
cmake \
mingw \
version.rc

libSDL2_net_la_LDFLAGS = \
-no-undefined \
Expand Down
20 changes: 11 additions & 9 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -418,20 +418,22 @@ libSDL2_net_la_SOURCES = \
SDLnetselect.c \
SDLnetsys.h

EXTRA_DIST = CHANGES.txt LICENSE.txt README.txt \
EXTRA_DIST = \
Android.mk \
debian \
version.rc \
CHANGES.txt \
CMakeLists.txt \
LICENSE.txt \
Makefile.os2 \
README.txt \
SDL2_net.spec \
SDL2_netConfig.cmake.in \
VisualC \
Xcode \
Xcode-iOS \
SDL2_net.spec \
SDL2_net.spec.in \
autogen.sh \
CMakeLists.txt \
cmake \
SDL2_netConfig.cmake.in
autogen.sh \
cmake \
mingw \
version.rc

libSDL2_net_la_LDFLAGS = \
-no-undefined \
Expand Down

0 comments on commit 0d47128

Please sign in to comment.