8 lines
175 B
Makefile
8 lines
175 B
Makefile
|
|
## 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)
|