Mercurial > sdl-ios-xcode
comparison src/audio/amigaos/Makefile.am @ 21:75a95f82bc1f
Updated the Amiga OS port of SDL (thanks Gabriele)
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 20:13:29 +0000 |
parents | 74212992fb08 |
children |
comparison
equal
deleted
inserted
replaced
20:3dc008dc229d | 21:75a95f82bc1f |
---|---|
1 | 1 |
2 ## Makefile.am for the SDL AmigaOS audio subsystem | 2 ## Makefile.am for the SDL AmigaOS audio subsystem |
3 | 3 |
4 noinst_LTLIBRARIES = libaudio_arch.la | 4 noinst_LTLIBRARIES = libaudio_arch.la |
5 | 5 |
6 ARCH_SRCS = SDL_ahiaudio.c SDL_audio.c SDL_lowaudio.h SDL_sysaudio.h | 6 ARCH_SRCS = SDL_ahiaudio.c SDL_ahiaudio.h |
7 | 7 |
8 libaudio_arch_la_SOURCES = $(ARCH_SRCS) | 8 libaudio_arch_la_SOURCES = $(ARCH_SRCS) |