diff options
author | Karl Schultz <[email protected]> | 2003-10-20 16:48:14 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2003-10-20 16:48:14 +0000 |
commit | ec7eb274ab7728bf46cf4d42cd8f52db44fedd86 (patch) | |
tree | b379b5fb5adff6bc482a5405ae55d76141b079bd /Makefile.X11 | |
parent | 3aaeec6a01ca588b370dd06e867b67b26e5df610 (diff) |
Fix error in last check-in.
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 4f385eb6491..a2aa70a9c9c 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.94 2003/10/20 16:28:00 kschultz Exp $ +# $Id: Makefile.X11,v 1.95 2003/10/20 16:48:14 kschultz Exp $ # Mesa 3-D graphics library # Version: 5.1 @@ -430,6 +430,7 @@ LIB_FILES = \ $(DIRECTORY)/src/glu/sgi/Makefile.X11 \ $(DIRECTORY)/src/glu/sgi/Makefile.win \ $(DIRECTORY)/src/glu/sgi/Makefile.DJ \ + $(DIRECTORY)/src/glu/sgi/cc*.txt \ $(DIRECTORY)/src/glu/sgi/glu.def \ $(DIRECTORY)/src/glu/sgi/glu.dsp \ $(DIRECTORY)/src/glu/sgi/dummy.cc \ @@ -505,7 +506,6 @@ SI_GLU_FILES = \ $(DIRECTORY)/bin/mklib* \ $(DIRECTORY)/include/GL/glu.h \ $(DIRECTORY)/src/glu/sgi/Makefile.X11 \ - $(DIRECTORY)/src/glu/sgi/cc*.txt \ $(DIRECTORY)/src/glu/sgi/include/gluos.h \ $(DIRECTORY)/src/glu/sgi/libnurbs/interface/*.h \ $(DIRECTORY)/src/glu/sgi/libnurbs/interface/*.cc \ |