Mercurial > sdl-ios-xcode
view src/joystick/bsd/Makefile.am @ 1182:e8e8dcb68e7a
X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to
SDL_GL_LoadLibrary().
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 22 Nov 2005 09:05:15 +0000 |
parents | dcd9f7b50a1c |
children |
line wrap: on
line source
## 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