diff options
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 6de5d592be1..5bbae4ca6f1 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] \ |