From: Brian Paul Date: Tue, 24 Feb 2015 15:47:57 +0000 (-0700) Subject: targets/libgl-xlib: add src/ include dir to fix build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6eddbb96a9a690a865df8b0b9cfa2f644824b51;p=mesa.git targets/libgl-xlib: add src/ include dir to fix build --- diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am index 03ba946682a..de56e28d16a 100644 --- a/src/gallium/targets/libgl-xlib/Makefile.am +++ b/src/gallium/targets/libgl-xlib/Makefile.am @@ -26,6 +26,7 @@ GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY) AM_CPPFLAGS = \ -I$(top_srcdir)/include \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mesa/main \