view src/joystick/dummy/Makefile.am @ 139:ef23a1bf1244

Fixed potential buffer overflow in Linux CD code (thanks Ryan!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Aug 2001 05:34:17 +0000 (2001-08-09)
parents 74212992fb08
children
line wrap: on
line source

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

noinst_LTLIBRARIES = libjoystick_dummy.la
libjoystick_dummy_la_SOURCES = $(SRCS)

# The SDL joystick driver sources
SRCS =  SDL_sysjoystick.c