view src/joystick/beos/Makefile.am @ 1147:b580f7201543

From: "Alex Volkov" <avcp-sdlmail@usa.net> To: "'A list for developers using the SDL library. \(includesSDL-announce\)'" <sdl@libsdl.org> Date: Mon, 19 Sep 2005 18:59:43 -0400 Subject: [SDL] [patch] Volume multiplier bug in The volume multiplier in SDL_MixAudio_MMX_S8() is formed from the wrong register.
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 27 Sep 2005 12:14:17 +0000
parents 74212992fb08
children
line wrap: on
line source


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