diff options
author | Brian Paul <[email protected]> | 2002-03-29 14:42:29 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-03-29 14:42:29 +0000 |
commit | 2af71a9acf5252530d72d60e8a9be5b69a1d84bb (patch) | |
tree | e4f5ba8b76449a66b151d306f43494e640a5c148 | |
parent | 5e0316f1a8b6caea87950af8654d8abd386da076 (diff) |
added dmesadxe.h to tar file list
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 2240db76d44..5ade9aeae6e 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.56.2.6 2002/03/11 14:59:12 brianp Exp $ +# $Id: Makefile.X11,v 1.56.2.7 2002/03/29 14:42:29 brianp Exp $ # Mesa 3-D graphics library # Version: 4.0.2 @@ -400,6 +400,7 @@ LIB_FILES = \ $(DIRECTORY)/include/GL/xmesa_x.h \ $(DIRECTORY)/include/GL/xmesa_xf86.h \ $(DIRECTORY)/include/GLView.h \ + $(DIRECTORY)/include/dmesadxe.h \ $(DIRECTORY)/include/Makefile.in \ $(DIRECTORY)/include/Makefile.am \ $(DIRECTORY)/src/Makefile* \ |