diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-09-17 00:07:26 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-09-17 00:07:26 +0000 |
commit | 738e9775800c0dd363c0ebef5dc439cbe4911155 (patch) | |
tree | 8fca744add1e73bcd2793ecf94030c89d00d4f6c /progs/samples | |
parent | f33e6b1e83253147c07404b7e088236dbca04ca6 (diff) |
link with -lGLU -lGL instead of -lMesaGLU -lMesaGL
Diffstat (limited to 'progs/samples')
-rw-r--r-- | progs/samples/Makefile.BeOS-R4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/samples/Makefile.BeOS-R4 b/progs/samples/Makefile.BeOS-R4 index 2e1e804cca..3e1bfb605f 100644 --- a/progs/samples/Makefile.BeOS-R4 +++ b/progs/samples/Makefile.BeOS-R4 @@ -1,4 +1,4 @@ -# $Id: Makefile.BeOS-R4,v 1.1 1999/08/19 00:55:41 jtg Exp $ +# $Id: Makefile.BeOS-R4,v 1.2 1999/09/17 00:08:38 brianp Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -17,7 +17,7 @@ INCDIR = ../include LIBDIR = ../lib -GL_LIBS = -L$(LIBDIR) -L/boot/home/config/lib -Xlinker -rpath $(LIBDIR) -lbe -lglut -lMesaGLU -lMesaGL $(XLIBS) +GL_LIBS = -L$(LIBDIR) -L/boot/home/config/lib -Xlinker -rpath $(LIBDIR) -lbe -lglut -lGLU -lGL $(XLIBS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) |