summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-09-26 21:22:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-09-26 21:22:20 +0000
commit6542324cb0985697716293ce9b61c7260c8c55cb (patch)
tree71c8d5758600a5b9fac986268e636bb417a03b5a
parentb1394fa92aaaf859ce9efc8b5fc194397921320c (diff)
added imports.c
-rw-r--r--src/mesa/main/Makefile.DJ3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.DJ b/src/mesa/main/Makefile.DJ
index 4bc1a2f80b..89cbd82eca 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 \