diff src/audio/amigaos/Makefile.am @ 0:74212992fb08

Initial revision
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:45:43 +0000
parents
children 75a95f82bc1f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/audio/amigaos/Makefile.am	Thu Apr 26 16:45:43 2001 +0000
@@ -0,0 +1,8 @@
+
+## Makefile.am for the SDL AmigaOS audio subsystem
+
+noinst_LTLIBRARIES = libaudio_arch.la
+
+ARCH_SRCS = SDL_ahiaudio.c SDL_audio.c SDL_lowaudio.h SDL_sysaudio.h
+
+libaudio_arch_la_SOURCES = $(ARCH_SRCS)