diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-27 19:13:16 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-11-27 19:13:16 +0000 |
commit | 6a35de3cc3b963be4be0358dfd8ab86d5b943c59 (patch) | |
tree | 27f9e9d3a890984e4dc5ca70f29eb48b237c9430 /Makefile.X11 | |
parent | 72ef753d5c8eedc3375af77da083cf93447a73a3 (diff) |
added new source directories to LIB_FILES
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 285fed96ae..905bca40ad 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 \ |