Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 224 Bytes

Makefile.am

File metadata and controls

10 lines (7 loc) · 224 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
## Makefile.am for SDL using the Win32 DirectX audio driver
noinst_LTLIBRARIES = libaudio_windx5.la
libaudio_windx5_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_dx5audio.c \
Jan 27, 2006
Jan 27, 2006
9
10
SDL_dx5audio.h \
directx.h