diff options
-rw-r--r-- | Makefile.X11 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 285fed96aed..905bca40ad8 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.39 2000/11/23 16:36:36 brianp Exp $ +# $Id: Makefile.X11,v 1.40 2000/11/27 19:13:16 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -401,6 +401,14 @@ LIB_FILES = \ $(DIRECTORY)/src/*.def \ $(DIRECTORY)/src/depend \ $(DIRECTORY)/src/*.[chS] \ + $(DIRECTORY)/src/math/*.[ch] \ + $(DIRECTORY)/src/math/Makefile* \ + $(DIRECTORY)/src/swrast/*.[ch] \ + $(DIRECTORY)/src/swrast/Makefile* \ + $(DIRECTORY)/src/swrast_setup/*.[ch] \ + $(DIRECTORY)/src/swrast_setup/Makefile* \ + $(DIRECTORY)/src/tnl/*.[ch] \ + $(DIRECTORY)/src/tnl/Makefile* \ $(DIRECTORY)/src/Allegro/*.[ch] \ $(DIRECTORY)/src/BeOS/*.cpp \ $(DIRECTORY)/src/D3D/*.cpp \ |