From: Brian Paul Date: Tue, 3 Sep 2002 18:14:08 +0000 (+0000) Subject: updated DOS file list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=528afb5ff4c2fbcfdb5b12880e40d734f1693f33;p=mesa.git updated DOS file list --- diff --git a/Makefile.X11 b/Makefile.X11 index 22963d2245d..e4dfb48a472 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,9 +1,9 @@ -# $Id: Makefile.X11,v 1.62 2002/05/05 16:00:06 brianp Exp $ +# $Id: Makefile.X11,v 1.63 2002/09/03 18:14:08 brianp Exp $ # Mesa 3-D graphics library # Version: 4.1 # -# Copyright (C) 1999-2001 Brian Paul All Rights Reserved. +# Copyright (C) 1999-2002 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"), @@ -350,7 +350,6 @@ LIB_FILES = \ $(DIRECTORY)/configure \ $(DIRECTORY)/configure.in \ $(DIRECTORY)/install-sh \ - $(DIRECTORY)/ltconfig \ $(DIRECTORY)/ltmain.sh \ $(DIRECTORY)/missing \ $(DIRECTORY)/mkinstalldirs \ @@ -432,7 +431,8 @@ LIB_FILES = \ $(DIRECTORY)/src/windml/tornado/*.cdf \ $(DIRECTORY)/src/windml/man3/*.3 \ $(DIRECTORY)/src/windml/man3/*.html \ - $(DIRECTORY)/src/DOS/*.[ch] \ + $(DIRECTORY)/src/DOS/*.[chS] \ + $(DIRECTORY)/src/DOS/vesa/*.[ch] \ $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/FX/Makefile.am \ $(DIRECTORY)/src/FX/Makefile.in \