Fixed Makefile

This commit is contained in:
Steven Fuller 2001-11-07 18:35:28 +00:00 committed by Patryk Obara
parent ab1b808ef3
commit 7e7423ec29

View file

@ -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++