From 6acef6c5f779ed0ba390f556479c428a36d70edb Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Sat, 12 Jan 2013 15:34:22 +0100 Subject: xmlpool: Fix out-of-tree builds. Reviewed-by: Kenneth Graunke --- src/gallium/targets/dri-vmwgfx/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/targets/dri-vmwgfx/Makefile.am') diff --git a/src/gallium/targets/dri-vmwgfx/Makefile.am b/src/gallium/targets/dri-vmwgfx/Makefile.am index d4feaab1e01..06ebf8872cc 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 -- cgit v1.2.3