diff options
author | Brian Paul <[email protected]> | 2000-06-27 17:37:17 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-06-27 17:37:17 +0000 |
commit | 08df6e0a83fcbcdc61775cd98a8e273ac460ff35 (patch) | |
tree | 396bd3ab1eb0a783822facbd327b681bede1372b /Makefile.X11 | |
parent | f7688171c48980b23c351a2391513c8b825ae991 (diff) |
removed 3Dfx directory
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 dccde3e4ae0..7421432bf3a 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,4 +1,4 @@ -# $Id: Makefile.X11,v 1.26 2000/06/05 14:40:11 brianp Exp $ +# $Id: Makefile.X11,v 1.27 2000/06/27 17:37:17 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 @@ -548,7 +548,9 @@ DEMO_FILES = \ $(DIRECTORY)/demos/Makefile* \ $(DIRECTORY)/demos/descrip.mms \ $(DIRECTORY)/demos/*.[ch] \ + $(DIRECTORY)/demos/*.cxx \ $(DIRECTORY)/demos/*.dat \ + $(DIRECTORY)/demos/README \ $(DIRECTORY)/xdemos/Makefile* \ $(DIRECTORY)/xdemos/descrip.mms \ $(DIRECTORY)/xdemos/*.[cf] \ @@ -559,7 +561,6 @@ DEMO_FILES = \ $(DIRECTORY)/samples/README \ $(DIRECTORY)/samples/*.c \ $(DIRECTORY)/samples/*.dja \ - $(DIRECTORY)/3Dfx \ $(DIRECTORY)/mtdemos \ $(DIRECTORY)/ggi |