blob: 010372cdbf6f672e467710f0c4829fbebfc671dd (
plain)
1
2
3
4
5
6
7
8
|
## Makefile.am for the BeOS joystick driver for SDL
noinst_LTLIBRARIES = libjoystick_beos.la
libjoystick_beos_la_SOURCES = $(SRCS)
# The SDL joystick driver sources
SRCS = SDL_bejoystick.cc
|