drivers/x11: add gallium include dirs to Makefile.am

Fixes xlib driver build after e8c5cbfd92.

Acked-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Brian Paul 2015-02-20 13:19:50 -07:00
parent 0feb0b7373
commit 9dbe5e1dca
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/mesa/main \
$(X11_INCLUDES) \
$(DEFINES)