From 7e7423ec29a2bfec4b4ccaa88b5510d5aa02b278 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Wed, 7 Nov 2001 18:35:28 +0000 Subject: [PATCH] Fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 169841b..cc4e78d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ CFLAGS += `sdl-config --cflags` LDLIBS = -L/usr/X11R6/lib -lX11 -lXext -lGL `sdl-config --libs` -lopenal # Debian SDL+NVIDIA workaround (change /usr/lib to the real location of the files) -#LDLIBS = -L/usr/X11R6/lib -lX11 -lXext /usr/lib/libGL.so.1 `sdl-config` --libs -lopenal -lm +#LDLIBS = -L/usr/X11R6/lib -lX11 -lXext /usr/lib/libGL.so.1 `sdl-config --libs` -lopenal -lm # required for gcc-3.0 #LDLIBS += -lstdc++