9 lines
214 B
Makefile
9 lines
214 B
Makefile
|
|
## Makefile.am for SDL using the BeOS BSoundPlayer sound driver
|
|
|
|
noinst_LTLIBRARIES = libaudio_baudio.la
|
|
libaudio_baudio_la_SOURCES = $(SRCS)
|
|
|
|
# The SDL audio driver sources
|
|
SRCS = SDL_beaudio.cc \
|
|
SDL_beaudio.h
|