targets/libgl-xlib: add src/ include dir to fix build

This commit is contained in:
Brian Paul
2015-02-24 08:47:57 -07:00
parent a55831e8fa
commit e6eddbb96a

View 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 \