view 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
line wrap: on
line source


## Makefile.am for the SDL AmigaOS audio subsystem

noinst_LTLIBRARIES = libaudio_arch.la

ARCH_SRCS = SDL_ahiaudio.c SDL_ahiaudio.h

libaudio_arch_la_SOURCES = $(ARCH_SRCS)