diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2002-12-19 15:18:22 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2002-12-19 15:18:22 +0000 |
commit | 518b6f44b43c1ba6b2f054f17f9d3dcd9553b709 (patch) | |
tree | 390ae3e40a0aaa1e129aa945dde463d6227ce66e /Makefile.X11 | |
parent | 10d2259baa7fff40bbef7fe4ffd8c3f998e63d1b (diff) |
added new DOS files
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index b69f6424c5..5dbcca12e4 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.70 2002/11/14 16:14:50 brianp Exp $ +# $Id: Makefile.X11,v 1.71 2002/12/19 15:18:22 brianp Exp $ # Mesa 3-D graphics library # Version: 5.1 @@ -429,7 +429,8 @@ LIB_FILES = \ $(DIRECTORY)/src/windml/man3/*.3 \ $(DIRECTORY)/src/windml/man3/*.html \ $(DIRECTORY)/src/DOS/*.[chS] \ - $(DIRECTORY)/src/DOS/vesa/*.[ch] \ + $(DIRECTORY)/src/DOS/vesa/*.[chS] \ + $(DIRECTORY)/src/DOS/vga/*.[ch] \ $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/FX/Makefile.am \ $(DIRECTORY)/src/FX/Makefile.in \ |