Mercurial > sdl-ios-xcode
comparison src/audio/mint/Makefile.am @ 398:d219b0e02f5f
Added Atari audio support (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jun 2002 20:42:53 +0000 |
parents | |
children | 594422ab8f9f |
comparison
equal
deleted
inserted
replaced
397:283d348cb624 | 398:d219b0e02f5f |
---|---|
1 | |
2 ## Makefile.am for SDL using Xbios/Dma/whatever available audio functions | |
3 | |
4 noinst_LTLIBRARIES = libaudio_mintaudio.la | |
5 libaudio_mintaudio_la_SOURCES = $(SRCS) | |
6 | |
7 # The SDL audio driver sources | |
8 SRCS = SDL_mintaudio.c \ | |
9 SDL_mintaudio.h \ | |
10 SDL_mintaudiointerrupt.S \ | |
11 SDL_mintaudiointerrupt_s.h \ | |
12 SDL_mintaudiodma.h \ | |
13 SDL_mintaudiogsxb.h | |
14 |