Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 210 Bytes

Makefile.am

File metadata and controls

9 lines (6 loc) · 210 Bytes
 
1
2
3
4
5
6
7
8
9
## Makefile.am for SDL audio "driver" that writes to a file.
noinst_LTLIBRARIES = libaudio_disk.la
libaudio_disk_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_diskaudio.c \
SDL_diskaudio.h