diff options
author | Brian Paul <[email protected]> | 2000-09-26 21:22:20 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-09-26 21:22:20 +0000 |
commit | 6542324cb0985697716293ce9b61c7260c8c55cb (patch) | |
tree | 71c8d5758600a5b9fac986268e636bb417a03b5a /src/mesa/main/Makefile.DJ | |
parent | b1394fa92aaaf859ce9efc8b5fc194397921320c (diff) |
added imports.c
Diffstat (limited to 'src/mesa/main/Makefile.DJ')
-rw-r--r-- | src/mesa/main/Makefile.DJ | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ index 4bc1a2f80b4..89cbd82eca2 100644 --- a/src/mesa/main/Makefile.DJ +++ b/src/mesa/main/Makefile.DJ @@ -1,4 +1,4 @@ -# $Id: Makefile.DJ,v 1.8 2000/08/21 14:25:25 brianp Exp $ +# $Id: Makefile.DJ,v 1.9 2000/09/26 21:22:20 brianp Exp $ # Mesa 3-D graphics library # Version: 3.5 @@ -73,6 +73,7 @@ CORE_SOURCES = \ hint.c \ image.c \ imaging.c \ + imports.c \ light.c \ lines.c \ logic.c \ |