diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 1999-09-20 21:06:57 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 1999-09-20 21:06:57 +0000 |
commit | 7d1071526d6a7d2e27417b4d25a49a48752d5c40 (patch) | |
tree | ea31e8f68a4be5df173eb21759a3f376c98e7115 | |
parent | 14f8b8b5c3316117651eef2c705da37e3047d472 (diff) |
added mesa.conf
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 6de5d592be..5bbae4ca6f 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.8 1999/09/17 18:08:32 brianp Exp $ +# $Id: Makefile.X11,v 1.9 1999/09/20 21:06:57 keithw Exp $ # Mesa 3-D graphics library # Version: 3.1 @@ -386,6 +386,7 @@ LIB_FILES = \ $(DIRECTORY)/src/Makefile* \ $(DIRECTORY)/src/descrip.mms \ $(DIRECTORY)/src/mms_depend \ + $(DIRECTORY)/src/mesa.conf \ $(DIRECTORY)/src/*.def \ $(DIRECTORY)/src/depend \ $(DIRECTORY)/src/*.[chS] \ |