summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 17:02:06 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-09-15 17:02:06 +0000
commit7bc00c9ca8888395cc5227060c97550171e5ebe0 (patch)
treee296bb7c66e0ffa3f8fa04a2040e963dd30ee7c0
parentc8c391d584d0f459d7f918167caed7bf4ef40fd5 (diff)
minor library name changes
-rw-r--r--Make-config10
1 files changed, 5 insertions, 5 deletions
diff --git a/Make-config b/Make-config
index 6bd5524fac..73877d2eb3 100644
--- a/Make-config
+++ b/Make-config
@@ -1,4 +1,4 @@
-# $Id: Make-config,v 1.4 1999/09/15 16:32:48 brianp Exp $
+# $Id: Make-config,v 1.5 1999/09/15 17:02:06 brianp Exp $
MESA_MAJOR=3
MESA_MINOR=1
@@ -29,8 +29,8 @@ VERSION=$(MESA_MAJOR).$(MESA_MINOR)
# The following variables are passed to each Makefile:
#
-# GL_LIB the name of the Mesa "GL" library file (usually libMesaGL.a)
-# GLU_LIB the name of the Mesa "GLU" library file (usually libMesaGLU.a)
+# GL_LIB the name of the Mesa "GL" library file (usually libGL.a)
+# GLU_LIB the name of the Mesa "GLU" library file (usually libGLU.a)
# GLUT_LIB the name of the GLUT library file (usually libglut.a)
# CC the C compiler (usually cc or gcc)
# CFLAGS flags to C compiler (usually -O)
@@ -594,8 +594,8 @@ linux-3dnow-glide:
# Contributed by C. Alex. North-Keys (erlkonig@talisman.org)
linux-386-pthread-shared-glide:
$(MAKE) $(MFLAGS) targets \
- "GL_LIB = libMesaGL.so" \
- "GLU_LIB = libMesaGLU.so" \
+ "GL_LIB = libGL.so" \
+ "GLU_LIB = libGLU.so" \
"GLUT_LIB = libglut.so" \
"CC = gcc" \
"CFLAGS = -O3 -fPIC -funroll-loops -ansi -pedantic -ffast-math -D_SVID_SOURCE -D_BSD_SOURCE -I/usr/X11R6/include -DSHM -DUSE_X86_ASM -D_REENTRANT -DTHREADS -DPTHREADS -DFX -I/usr/include/glide -I/usr/local/glide/include" \