targets: Use a valid winsys include path in Makefile.dri
authorJakob Bornecrantz <wallbraker@gmail.com>
Tue, 20 Apr 2010 21:49:27 +0000 (22:49 +0100)
committerJakob Bornecrantz <wallbraker@gmail.com>
Tue, 20 Apr 2010 21:49:51 +0000 (22:49 +0100)
src/gallium/targets/Makefile.dri

index 16477e349630b30b55fba8a711cb60d6f75c797b..8efbf4e828c68ce535b5c20467a027765abe0542 100644 (file)
@@ -36,7 +36,7 @@ SHARED_INCLUDES = \
        -I$(TOP)/src/gallium/include \
        -I$(TOP)/src/gallium/auxiliary \
        -I$(TOP)/src/gallium/drivers \
-       -I$(TOP)/src/gallium/winsys/common \
+       -I$(TOP)/src/gallium/winsys \
        -I$(TOP)/src/mesa \
        -I$(TOP)/src/mesa/main \
        -I$(TOP)/src/mesa/glapi \