From: molivier Date: Thu, 28 Aug 2008 10:12:48 +0000 (+0000) Subject: Fixed a typo that caused snd_coreaudio.c to be compiled at link time, without the... X-Git-Tag: xonotic-v0.1.0preview~2101 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=13c4eb89322c3627ddb4a6da903f4e8d05f266f8;p=xonotic%2Fdarkplaces.git Fixed a typo that caused snd_coreaudio.c to be compiled at link time, without the usual compilation flags and warnings git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8483 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/makefile.inc b/makefile.inc index 6f3bb46d..380cbbb6 100644 --- a/makefile.inc +++ b/makefile.inc @@ -47,7 +47,7 @@ OBJ_SND_ALSA=$(OBJ_SND_COMMON) snd_alsa.o LIB_SND_ALSA=-lasound $(LIB_SND_MODPLUG) # Core Audio (Mac OS X) -OBJ_SND_COREAUDIO=$(OBJ_SND_COMMON) snd_coreaudio.c +OBJ_SND_COREAUDIO=$(OBJ_SND_COMMON) snd_coreaudio.o LIB_SND_COREAUDIO=-framework CoreAudio $(LIB_SND_MODPLUG) # BSD / Sun audio API (NetBSD and OpenBSD)