diff options
-rw-r--r-- | Makefile.X11 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index bf10d3a2f22..a8d93d7f13b 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,9 +1,9 @@ -# $Id: Makefile.X11,v 1.69.2.2 2003/02/08 22:09:25 brianp Exp $ +# $Id: Makefile.X11,v 1.69.2.3 2003/02/20 15:52:59 brianp Exp $ # Mesa 3-D graphics library # Version: 5.0.1 # -# Copyright (C) 1999-2002 Brian Paul All Rights Reserved. +# Copyright (C) 1999-2003 Brian Paul All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -429,8 +429,7 @@ LIB_FILES = \ $(DIRECTORY)/src/windml/man3/*.3 \ $(DIRECTORY)/src/windml/man3/*.html \ $(DIRECTORY)/src/DOS/*.[chS] \ - $(DIRECTORY)/src/DOS/vesa/*.[chS] \ - $(DIRECTORY)/src/DOS/vga/*.[ch] \ + $(DIRECTORY)/src/DOS/mga/*.[ch] \ $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/FX/Makefile.am \ $(DIRECTORY)/src/FX/Makefile.in \ |