comparison src/audio/macosx/Makefile.am @ 935:f8d5ddc7aef1

Audio improvements from Max Horn, including a new CoreAudio driver for MacOSX
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Aug 2004 02:06:30 +0000
parents
children
comparison
equal deleted inserted replaced
934:af585d6efec8 935:f8d5ddc7aef1
1
2 ## Makefile.am for SDL using the Mac OS X CoreAudio driver
3
4 noinst_LTLIBRARIES = libaudio_macosx.la
5 libaudio_macosx_la_SOURCES = $(SRCS)
6
7 # The SDL audio driver sources
8 SRCS = SDL_coreaudio.c \
9 SDL_coreaudio.h