diff options
author | Brian Paul <[email protected]> | 2004-11-26 16:23:22 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-26 16:23:22 +0000 |
commit | d2c1027d40d744e043742d5f2ef957feb1dc0edc (patch) | |
tree | 8a081223896a3ca834b1535bc78376da0ec5a8f2 /src/mesa/Makefile | |
parent | 4fe34f340c15199a7bf209743f677b79cfad240d (diff) |
added X11 and OSMESA source to ALL_SOURCES, updated etags command
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 87279eed182..2be76d8e08f 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 |