summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9339c72..364bcab 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ CXXFLAGS = $(CFLAGS)
LDLIBS = -lm
CFLAGS += `sdl-config --cflags`
-LDLIBS += -L/usr/X11R6/lib -lX11 -lXext -lGL `sdl-config --libs`
+LDLIBS += -L/usr/X11R6/lib -lX11 -lXext -lGL `sdl-config --libs` -lopenal -lm
AFLAGS = -g -Iinclude/ -w+macro-params -w+orphan-labels -w+number-overflow