diff options
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 5255380be10..2219ba67688 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.49 2001/07/13 20:08:42 brianp Exp $ +# $Id: Makefile.X11,v 1.50 2001/07/23 15:09:52 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -396,6 +396,7 @@ LIB_FILES = \ $(DIRECTORY)/include/GL/mglmesa.h \ $(DIRECTORY)/include/GL/osmesa.h \ $(DIRECTORY)/include/GL/svgamesa.h \ + $(DIRECTORY)/include/GL/vms_x_fix.h \ $(DIRECTORY)/include/GL/wmesa.h \ $(DIRECTORY)/include/GL/xmesa.h \ $(DIRECTORY)/include/GL/xmesa_x.h \ |