Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
404 additions
and 10 deletions.
- +6 −9 configure.in
- +1 −0 docs.html
- +1 −1 src/joystick/Makefile.am
- +8 −0 src/joystick/bsd/Makefile.am
- +388 −0 src/joystick/bsd/SDL_sysjoystick.c
@@ -0,0 +1,8 @@ | ||
|
||
## Makefile.am for the BSD joystick driver for SDL | ||
|
||
noinst_LTLIBRARIES = libjoystick_bsd.la | ||
libjoystick_bsd_la_SOURCES = $(SRCS) | ||
|
||
# The SDL joystick driver sources | ||
SRCS = SDL_sysjoystick.c |
Oops, something went wrong.