targets/libgl-xlib: add src/ include dir to fix build
authorBrian Paul <brianp@vmware.com>
Tue, 24 Feb 2015 15:47:57 +0000 (08:47 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Feb 2015 21:44:19 +0000 (14:44 -0700)
src/gallium/targets/libgl-xlib/Makefile.am

index 03ba946682ad62e2522a41274f53467f3c11f79c..de56e28d16ad3533d4d7b9690cbce4712131945e 100644 (file)
@@ -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 \