Mercurial > sdl-ios-xcode
comparison src/audio/dc/Makefile.am @ 509:dad72daf44b3
Added initial support for Dreamcast (thanks HERO!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Oct 2002 16:50:56 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
508:9ff7e90aaa94 | 509:dad72daf44b3 |
---|---|
1 | |
2 ## Makefile.am for SDL on the Dreamcast console | |
3 | |
4 noinst_LTLIBRARIES = libaudio_dc.la | |
5 libaudio_dc_la_SOURCES = $(SRCS) | |
6 | |
7 # The SDL audio driver sources | |
8 SRCS = SDL_dcaudio.c \ | |
9 SDL_dcaudio.h \ | |
10 aica.c \ | |
11 aica.h |