summaryrefslogtreecommitdiff
path: root/progs/beos
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-17 00:55:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-17 00:55:21 +0000
commit6efd0fb9b513b61c4b3b59a8b210412be5c9dc31 (patch)
tree9d06f9128491e26a963858c132b12b75ec39ffbe /progs/beos
parent1300ce1e1447777525a4d3719cb37d6bf2201d60 (diff)
link with -lGL instead of -lMesaGL
Diffstat (limited to 'progs/beos')
-rw-r--r--progs/beos/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/beos/Makefile b/progs/beos/Makefile
index 0d9c27b539c..6fa6d8fd9b9 100644
--- a/progs/beos/Makefile
+++ b/progs/beos/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1999/08/19 00:55:40 jtg Exp $
+# $Id: Makefile,v 1.2 1999/09/17 00:55:21 brianp Exp $
# Makefile for BeOS demos
@@ -11,7 +11,7 @@ CC = g++
# Use Mesa:
CFLAGS = -I../include -c -g
-LFLAGS = -L../lib -Xlinker -rpath ../lib -lbe -lMesaGL
+LFLAGS = -L../lib -Xlinker -rpath ../lib -lbe -lGL
# Use BeOS OpenGL:
#CFLAGS = -I/boot/develop/headers/be/opengl -c -g