diff options
-rw-r--r-- | Makefile.X11 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index e4dfb48a472..28255e6ae6d 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.63 2002/09/03 18:14:08 brianp Exp $ +# $Id: Makefile.X11,v 1.64 2002/09/19 16:36:52 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 @@ -433,6 +433,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 \ |