Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 212 Bytes

Makefile.am

File metadata and controls

9 lines (6 loc) · 212 Bytes
 
Apr 26, 2001
Apr 26, 2001
1
2
3
4
5
6
7
8
9
## Makefile.am for SDL using the Network Audio System sound driver
noinst_LTLIBRARIES = libaudio_nas.la
libaudio_nas_la_SOURCES = $(SRCS)
# The SDL audio driver sources
SRCS = SDL_nasaudio.c \
SDL_nasaudio.h