From: Brian Paul Date: Tue, 26 Sep 2000 21:22:20 +0000 (+0000) Subject: added imports.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6542324cb0985697716293ce9b61c7260c8c55cb;p=mesa.git added imports.c --- 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 \