From: Brian Paul Date: Fri, 17 Sep 1999 00:55:21 +0000 (+0000) Subject: link with -lGL instead of -lMesaGL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6efd0fb9b513b61c4b3b59a8b210412be5c9dc31;p=mesa.git link with -lGL instead of -lMesaGL --- 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