diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-23 16:36:36 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-23 16:36:36 +0000 |
commit | 00608a79dce1ea5e274f35b0a1883f7b623b9d7a (patch) | |
tree | 51f99bd1d1a12d70bbea084482d18d2c687b6273 /Makefile.X11 | |
parent | cdfba5d37519f7be2e1cf728588b632ea06028cb (diff) |
minor updates for widgets-mesa/
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index b38f90590f..285fed96ae 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.38 2000/10/26 19:36:14 brianp Exp $ +# $Id: Makefile.X11,v 1.39 2000/11/23 16:36:36 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -473,6 +473,7 @@ LIB_FILES = \ $(DIRECTORY)/widgets-mesa/README \ $(DIRECTORY)/widgets-mesa/TODO \ $(DIRECTORY)/widgets-mesa/configure \ + $(DIRECTORY)/widgets-mesa/configure.in \ $(DIRECTORY)/widgets-mesa/demos/ChangeLog \ $(DIRECTORY)/widgets-mesa/demos/Cube \ $(DIRECTORY)/widgets-mesa/demos/Ed \ |