diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-09-19 16:36:35 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-09-19 16:36:35 +0000 |
commit | 15b418be49430df43ab7f01df2a7158e20630ae2 (patch) | |
tree | ce3800e38c7f561b029c5fe2b78ed1630ea785d1 | |
parent | 33629a0d70c22927fc368d5513a65a22fef0d37d (diff) |
added src/BeOS/*.h to file list
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 152de965ab..d6e01256ac 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.56.2.12 2002/09/03 18:14:22 brianp Exp $ +# $Id: Makefile.X11,v 1.56.2.13 2002/09/19 16:36:35 brianp Exp $ # Mesa 3-D graphics library # Version: 4.0.4 @@ -434,6 +434,7 @@ LIB_FILES = \ $(DIRECTORY)/src/windml/man3/*.html \ $(DIRECTORY)/src/DOS/*.[chS] \ $(DIRECTORY)/src/DOS/vesa/*.[ch] \ + $(DIRECTORY)/src/BeOS/*.h \ $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/FX/Makefile.am \ $(DIRECTORY)/src/FX/Makefile.in \ |