Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 202 Bytes

Makefile.am

File metadata and controls

8 lines (4 loc) · 202 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
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)