Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 175 Bytes

Makefile.am

File metadata and controls

8 lines (4 loc) · 175 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
## Makefile.am for the SDL AmigaOS audio subsystem
noinst_LTLIBRARIES = libaudio_arch.la
May 10, 2001
May 10, 2001
6
ARCH_SRCS = SDL_ahiaudio.c SDL_ahiaudio.h
Apr 26, 2001
Apr 26, 2001
7
8
libaudio_arch_la_SOURCES = $(ARCH_SRCS)