From: Brian Paul Date: Thu, 18 Sep 2008 19:34:57 +0000 (-0600) Subject: mesa: remove a bunch of -I paths from INCLUDE_DIRS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06370a91b305e0697cb5ba1659e2423c7dfaf1fc;p=mesa.git mesa: remove a bunch of -I paths from INCLUDE_DIRS --- diff --git a/src/mesa/sources b/src/mesa/sources index bc8498d0e70..80e6e7c5a6f 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -288,12 +288,4 @@ COMMON_DRIVER_OBJECTS = $(COMMON_DRIVER_SOURCES:.c=.o) INCLUDE_DIRS = \ -I$(TOP)/include \ -I$(TOP)/src/mesa \ - -I$(TOP)/src/mesa/main \ - -I$(TOP)/src/mesa/glapi \ - -I$(TOP)/src/mesa/math \ - -I$(TOP)/src/mesa/tnl \ - -I$(TOP)/src/mesa/shader \ - -I$(TOP)/src/mesa/shader/grammar \ - -I$(TOP)/src/mesa/shader/slang \ - -I$(TOP)/src/mesa/swrast \ - -I$(TOP)/src/mesa/swrast_setup + -I$(TOP)/src/mesa/main