summaryrefslogtreecommitdiff
path: root/src/audio/dma/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/dma/Makefile.am')
-rw-r--r--src/audio/dma/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/audio/dma/Makefile.am b/src/audio/dma/Makefile.am
deleted file mode 100644
index fa4ce467..00000000
--- a/src/audio/dma/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-
-## 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