view src/joystick/bsd/Makefile.am @ 1185:58538e140e2d

Apparently some bits of the BSD joystick code are x86 only...joystick.h only exists at /usr/sys/arch/i386/include/joystick.h, for example.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 22 Nov 2005 15:10:41 +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