From: Brian Paul Date: Fri, 20 Feb 2015 20:19:50 +0000 (-0700) Subject: drivers/x11: add gallium include dirs to Makefile.am X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9dbe5e1dca8da8e129706ed88e41e142172617fe;p=mesa.git drivers/x11: add gallium include dirs to Makefile.am Fixes xlib driver build after e8c5cbfd921680c. Acked-by: Matt Turner --- diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 76a7cd413d0..c0596f8119e 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -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)