From: Ryan C. Gordon Date: Wed, 19 Aug 2009 06:17:25 +0000 (-0400) Subject: Changed out SDL and OpenAL libs. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=44510ca266f3e42d15c403fc884ea979f2d2729a;p=lugaru.git Changed out SDL and OpenAL libs. 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. --- diff --git a/makefile b/makefile index 4d27bc9..2719849 100644 --- 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