aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/libgl-xlib
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-02-24 08:47:57 -0700
committerBrian Paul <[email protected]>2015-02-24 14:44:19 -0700
commite6eddbb96a9a690a865df8b0b9cfa2f644824b51 (patch)
tree34ec991c0d69a979f4a563f2c3b884cef42ebe04 /src/gallium/targets/libgl-xlib
parenta55831e8fabf3e53802a45d8bd74dbb1986f9754 (diff)
targets/libgl-xlib: add src/ include dir to fix build
Diffstat (limited to 'src/gallium/targets/libgl-xlib')
-rw-r--r--src/gallium/targets/libgl-xlib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \