diff -r 283d348cb624 -r d219b0e02f5f src/audio/mint/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/audio/mint/Makefile.am Mon Jun 10 20:42:53 2002 +0000 @@ -0,0 +1,14 @@ + +## Makefile.am for SDL using Xbios/Dma/whatever available audio functions + +noinst_LTLIBRARIES = libaudio_mintaudio.la +libaudio_mintaudio_la_SOURCES = $(SRCS) + +# The SDL audio driver sources +SRCS = SDL_mintaudio.c \ + SDL_mintaudio.h \ + SDL_mintaudiointerrupt.S \ + SDL_mintaudiointerrupt_s.h \ + SDL_mintaudiodma.h \ + SDL_mintaudiogsxb.h +