diff options
author | Brian Paul <[email protected]> | 2015-02-24 08:47:57 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-24 14:44:19 -0700 |
commit | e6eddbb96a9a690a865df8b0b9cfa2f644824b51 (patch) | |
tree | 34ec991c0d69a979f4a563f2c3b884cef42ebe04 /src/gallium/targets/libgl-xlib | |
parent | a55831e8fabf3e53802a45d8bd74dbb1986f9754 (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.am | 1 |
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 \ |