Mercurial > sdl-ios-xcode
diff src/audio/mme/Makefile.am @ 654:e92bcf2573cb
Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jul 2003 14:01:21 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/audio/mme/Makefile.am Tue Jul 22 14:01:21 2003 +0000 @@ -0,0 +1,9 @@ + +## Makefile.am for SDL using the Tru64 MME sound driver + +noinst_LTLIBRARIES = libaudio_mme.la +libaudio_mme_la_SOURCES = $(SRCS) + +# The SDL audio driver sources +SRCS = SDL_mmeaudio.c \ + SDL_mmeaudio.h