view src/audio/macosx/Makefile.am @ 1347:905dc98a40fa

Check for strtod
author Sam Lantinga <slouken@libsdl.org>
date Wed, 08 Feb 2006 09:06:34 +0000
parents f8d5ddc7aef1
children
line wrap: on
line source


## Makefile.am for SDL using the Mac OS X CoreAudio driver

noinst_LTLIBRARIES = libaudio_macosx.la
libaudio_macosx_la_SOURCES = $(SRCS)

# The SDL audio driver sources
SRCS =	SDL_coreaudio.c	\
	SDL_coreaudio.h