diff options
author | Johannes Obermayr <johannesobermayr@gmx.de> | 2013-01-12 15:34:22 +0100 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2013-01-13 12:38:50 +0100 |
commit | 6acef6c5f779ed0ba390f556479c428a36d70edb (patch) | |
tree | eb7c894cc3af70c3b58757181b867839e5def6c1 /src/gallium/targets/dri-vmwgfx | |
parent | 40a9b0f5d2498d86e2e6a8e61c0737938559d6db (diff) | |
download | external_mesa3d-6acef6c5f779ed0ba390f556479c428a36d70edb.zip external_mesa3d-6acef6c5f779ed0ba390f556479c428a36d70edb.tar.gz external_mesa3d-6acef6c5f779ed0ba390f556479c428a36d70edb.tar.bz2 |
xmlpool: Fix out-of-tree builds.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/gallium/targets/dri-vmwgfx')
-rw-r--r-- | src/gallium/targets/dri-vmwgfx/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri-vmwgfx/Makefile.am b/src/gallium/targets/dri-vmwgfx/Makefile.am index d4feaab..06ebf88 100644 --- a/src/gallium/targets/dri-vmwgfx/Makefile.am +++ b/src/gallium/targets/dri-vmwgfx/Makefile.am @@ -31,6 +31,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/winsys \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mapi \ + -I$(top_builddir)/src/mesa/drivers/dri/common \ -DGALLIUM_RBUG \ -DGALLIUM_TRACE |