Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-11-09 12:43:57 +0000
committerStijn Buys <ingar@osirion.org>2008-11-09 12:43:57 +0000
commitf0ba130494173d01c6e800c95e19dc1826ddc68e (patch)
treecd01217406c06e2a882f2df148809d71729c0138 /configure.in
parent9d39702824e8fae5127e09fb5a05b521b48cd028 (diff)
link win32 port with openal-soft
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5e76396..de8e2dd 100644
--- a/configure.in
+++ b/configure.in
@@ -79,7 +79,7 @@ case "$host" in
*-*-mingw*)
HOST_LIBS="-lws2_32 -lz"
HOST_GL_LIBS="-lopengl32 -lglu32"
- HOST_AL_LIBS="-lOpenAL32"
+ HOST_AL_LIBS="-lopenal32"
ICON_CLIENT="osirion-res.o"
ICON_SERVER="osiriond-res.o"
INSTALLTYPE="single directory"