Mercurial > sdl-ios-xcode
diff src/joystick/bsd/Makefile.am @ 278:dcd9f7b50a1c
Added support for joysticks on *BSD (thanks Wilbern!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Feb 2002 01:24:08 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/joystick/bsd/Makefile.am Thu Feb 14 01:24:08 2002 +0000 @@ -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