view src/audio/riscos/Makefile.am @ 654:e92bcf2573cb

Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!)
author Sam Lantinga <slouken@libsdl.org>
date Tue, 22 Jul 2003 14:01:21 +0000
parents 550bccdf04bd
children
line wrap: on
line source


## Makefile.am for SDL using the RISC OS audio system

noinst_LTLIBRARIES = libaudio_riscos.la
libaudio_riscos_la_SOURCES = $(SRCS)

# The SDL audio driver sources
SRCS =	SDL_drenderer.c	\
	SDL_drenderer.h