diff options
author | Stijn Buys <ingar@osirion.org> | 2008-11-09 12:43:57 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-11-09 12:43:57 +0000 |
commit | f0ba130494173d01c6e800c95e19dc1826ddc68e (patch) | |
tree | cd01217406c06e2a882f2df148809d71729c0138 | |
parent | 9d39702824e8fae5127e09fb5a05b521b48cd028 (diff) |
link win32 port with openal-soft
-rw-r--r-- | configure.in | 2 |
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" |