diff options
author | Brian Paul <[email protected]> | 2000-02-16 01:09:06 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-16 01:09:06 +0000 |
commit | 27be87cdff9ecb4a4bdb938f31b7edf28d7cb570 (patch) | |
tree | b86230e0c748dca924174f7a2fdf787370a051b5 /progs/demos | |
parent | 6610c2b084a01e72ac5c1602d17ef4b6b25906f6 (diff) |
new library dependency vars
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/Makefile.X11 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index 3a195633585..3fe75a36ff4 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -1,10 +1,9 @@ -# $Id: Makefile.X11,v 1.4 2000/01/28 16:27:27 brianp Exp $ +# $Id: Makefile.X11,v 1.5 2000/02/16 01:09:06 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 # Copyright (C) 1995-2000 Brian Paul - # Makefile for GLUT-based demo programs for Unix/X11 @@ -13,7 +12,7 @@ INCDIR = ../include LIBDIR = ../lib -GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(XLIBS) +GL_LIBS = -L$(LIBDIR) -lglut -lGLU -lGL $(APP_LIB_DEPS) LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) |