added new source directories to LIB_FILES

This commit is contained in:
Brian Paul
2000-11-27 19:13:16 +00:00
parent 72ef753d5c
commit 6a35de3cc3

View File

@@ -1,4 +1,4 @@
# $Id: Makefile.X11,v 1.39 2000/11/23 16:36:36 brianp Exp $
# $Id: Makefile.X11,v 1.40 2000/11/27 19:13:16 brianp Exp $
# Mesa 3-D graphics library
# Version: 3.5
@@ -401,6 +401,14 @@ LIB_FILES = \
$(DIRECTORY)/src/*.def \
$(DIRECTORY)/src/depend \
$(DIRECTORY)/src/*.[chS] \
$(DIRECTORY)/src/math/*.[ch] \
$(DIRECTORY)/src/math/Makefile* \
$(DIRECTORY)/src/swrast/*.[ch] \
$(DIRECTORY)/src/swrast/Makefile* \
$(DIRECTORY)/src/swrast_setup/*.[ch] \
$(DIRECTORY)/src/swrast_setup/Makefile* \
$(DIRECTORY)/src/tnl/*.[ch] \
$(DIRECTORY)/src/tnl/Makefile* \
$(DIRECTORY)/src/Allegro/*.[ch] \
$(DIRECTORY)/src/BeOS/*.cpp \
$(DIRECTORY)/src/D3D/*.cpp \