9 lines
216 B
Makefile
9 lines
216 B
Makefile
|
|
## Makefile.am for SDL using the MacOS SoundManager audio driver
|
|
|
|
noinst_LTLIBRARIES = libaudio_macrom.la
|
|
libaudio_macrom_la_SOURCES = $(SRCS)
|
|
|
|
# The SDL audio driver sources
|
|
SRCS = SDL_romaudio.c \
|
|
SDL_romaudio.h
|