diff options
author | Brian Paul <[email protected]> | 2002-09-19 16:36:52 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-09-19 16:36:52 +0000 |
commit | f022463aa6541200c8e958474930ee938c521390 (patch) | |
tree | 9a9685ef45b26a118fb84d67d5696d6b587bd77a /Makefile.X11 | |
parent | 5b18bb6a6018701f540d9c9b66b9dc8ca2cc9e0e (diff) |
added src/BeOS/*.h to file list
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 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 \ |