view src/joystick/linux/Makefile.am @ 463:bf7389310d27

Added compile-time checking for the size of enums to SDL_types.h
author Sam Lantinga <slouken@libsdl.org>
date Wed, 21 Aug 2002 04:16:31 +0000 (2002-08-21)
parents 74212992fb08
children
line wrap: on
line source

## Makefile.am for the Linux joystick driver for SDL

noinst_LTLIBRARIES = libjoystick_linux.la
libjoystick_linux_la_SOURCES = $(SRCS)

# The SDL joystick driver sources
SRCS =  SDL_sysjoystick.c