Compile OpenAL into all builds

git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3687 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2010-12-07 13:19:19 +00:00
parent 19207aa590
commit 85c2d8afae
1 changed files with 4 additions and 3 deletions

View File

@ -323,6 +323,7 @@ CLIENT_OBJS = $(CLIENT_ASM_OBJS) \
renderque.o \
sbar.o \
skin.o \
snd_al.o \
snd_dma.o \
snd_mem.o \
snd_mix.o \
@ -742,7 +743,7 @@ ifeq ($(FTE_TARGET),morphos)
GL_EXE_NAME=../morphos_fteqw.gl
GLCL_EXE_NAME=../morphos_fteqwcl.gl
GL_LDFLAGS=$(GLLDFLAGS) -ldl $(IMAGELDFLAGS) -lz
GL_CFLAGS=$(GLCFLAGS) -noixemul
GL_CFLAGS=$(GLCFLAGS) -noixemul -I./libs/speex
GLB_DIR=gl_morphos
GLCL_DIR=glcl_morphos