Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 230 Bytes

Makefile.am

File metadata and controls

11 lines (7 loc) · 230 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
## Makefile.am for SDL using the ALSA PCM audio API
noinst_LTLIBRARIES = libaudio_alsa.la
libaudio_alsa_la_SOURCES = $(SRCS)
Mar 2, 2004
Mar 2, 2004
7
8
alsa_lib = \"@alsa_lib@\"
Apr 26, 2001
Apr 26, 2001
9
10
11
# The SDL audio driver sources
SRCS = SDL_alsa_audio.c \
SDL_alsa_audio.h