]> git.jsancho.org Git - lugaru.git/commitdiff
Changed out SDL and OpenAL libs.
authorRyan C. Gordon <icculus@icculus.org>
Wed, 19 Aug 2009 06:17:25 +0000 (02:17 -0400)
committerRyan C. Gordon <icculus@icculus.org>
Wed, 19 Aug 2009 06:17:25 +0000 (02:17 -0400)
Please note that this is just for linking to keep the build happy. We're
 actually shipping a different version (in the run directory). What a mess.

makefile

index 4d27bc99ce94a0967305a53eae466654e696f52b..2719849431c66d7203f874efed313a544ac6f517 100644 (file)
--- a/makefile
+++ b/makefile
@@ -81,7 +81,7 @@ else
   ifeq ($(strip $(use_fmod)),true)
     POSTLDFLAGS += -lpthread ./libfmod-linux-x86.a
   else
-    LDFLAGS += ./openal.so
+    LDFLAGS += ./libopenal.so.1
   endif
 endif