diff options
author | Brian Paul <[email protected]> | 2000-01-08 11:14:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-01-08 11:14:01 +0000 |
commit | 45691208ff4b53944d9ace923e73989377d64b77 (patch) | |
tree | 3ade3024f91765a240faff6b8ba15f17588efed6 /Makefile.X11 | |
parent | b3674092f20e83081f8a855da67aa3448f24c03e (diff) |
added amesa.h to tar file list
Diffstat (limited to 'Makefile.X11')
-rw-r--r-- | Makefile.X11 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.X11 b/Makefile.X11 index 9932505f4f6..b0999d120d6 100644 --- a/Makefile.X11 +++ b/Makefile.X11 @@ -1,9 +1,9 @@ -# $Id: Makefile.X11,v 1.15 2000/01/05 06:33:17 brianp Exp $ +# $Id: Makefile.X11,v 1.16 2000/01/08 11:14:01 brianp Exp $ # Mesa 3-D graphics library # Version: 3.3 # -# Copyright (C) 1999 Brian Paul All Rights Reserved. +# Copyright (C) 1999-2000 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"), @@ -368,7 +368,7 @@ LIB_FILES = \ $(DIRECTORY)/include/GL/Makefile.in \ $(DIRECTORY)/include/GL/Makefile.am \ $(DIRECTORY)/include/GL/dosmesa.h \ - $(DIRECTORY)/include/GL/foomesa.h \ + $(DIRECTORY)/include/GL/amesa.h \ $(DIRECTORY)/include/GL/fxmesa.h \ $(DIRECTORY)/include/GL/ggimesa.h \ $(DIRECTORY)/include/GL/gl.h \ |