view src/audio/dma/Makefile.am @ 1009:027688378762

No really, don't link with the ALSA library!
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Dec 2004 07:32:53 +0000
parents 74212992fb08
children
line wrap: on
line source


## Makefile.am for SDL using the OSS /dev/dsp DMA sound driver

noinst_LTLIBRARIES = libaudio_dma.la
libaudio_dma_la_SOURCES = $(SRCS)

# The SDL audio driver sources
SRCS =	SDL_dmaaudio.c	\
	SDL_dmaaudio.h