Mercurial > sdl-ios-xcode
comparison src/cdrom/macosx/Makefile.am @ 613:9c6717a1c66f
Added MacOS X CD-ROM audio support (thanks Max and Darrell)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 15 Apr 2003 16:33:56 +0000 |
parents | |
children | 2687d28166d2 |
comparison
equal
deleted
inserted
replaced
612:0648505b1f8b | 613:9c6717a1c66f |
---|---|
1 | |
2 ## Makefile.am for the Mac OS X cdrom driver for SDL | |
3 | |
4 noinst_LTLIBRARIES = libcdrom_macosx.la | |
5 libcdrom_macosx_la_SOURCES = $(SRCS) | |
6 | |
7 # The SDL cdrom driver sources | |
8 SRCS = \ | |
9 SDL_syscdrom.c \ | |
10 AudioFilePlayer.cpp \ | |
11 AudioFileReaderThread.cpp \ | |
12 CAGuard.cpp \ | |
13 CDPlayer.cpp |