Mercurial > sdl-ios-xcode
diff src/audio/riscos/Makefile.am @ 630:550bccdf04bd
Added initial support for RISC OS (thanks Peter Naulls!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 29 May 2003 04:44:13 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/audio/riscos/Makefile.am Thu May 29 04:44:13 2003 +0000 @@ -0,0 +1,9 @@ + +## 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