view 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 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