From d2c1027d40d744e043742d5f2ef957feb1dc0edc Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 26 Nov 2004 16:23:22 +0000 Subject: added X11 and OSMESA source to ALL_SOURCES, updated etags command --- src/mesa/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/mesa') diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 87279eed18..2be76d8e08 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -156,7 +156,9 @@ ALL_SOURCES = \ $(SWRAST_SETUP_SOURCES) \ $(ASM_C_SOURCES) \ $(X86_SOURCES) \ - $(COMMON_DRIVER_SOURCES) + $(COMMON_DRIVER_SOURCES)\ + $(X11_DRIVER_SOURCES) \ + $(OSMESA_DRIVER_SOURCES) SUBDIRS = array_cache drivers/dri glapi main math sparc swrast swrast_setup \ @@ -172,7 +174,7 @@ depend: $(ALL_SOURCES) # Emacs tags tags: - etags `find . -name \*.[ch]` `find ../include` + etags `find . -name \*.[ch]` $(TOP)/include/GL/*.h clean: -rm -f */*.o -- cgit v1.2.3