diff options
author | Johannes Obermayr <[email protected]> | 2013-01-12 15:34:22 +0100 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-13 12:38:50 +0100 |
commit | 6acef6c5f779ed0ba390f556479c428a36d70edb (patch) | |
tree | eb7c894cc3af70c3b58757181b867839e5def6c1 /src/mesa/drivers/dri/radeon/Makefile.am | |
parent | 40a9b0f5d2498d86e2e6a8e61c0737938559d6db (diff) |
xmlpool: Fix out-of-tree builds.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile.am')
-rw-r--r-- | src/mesa/drivers/dri/radeon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile.am b/src/mesa/drivers/dri/radeon/Makefile.am index f83616220ba..b0aaa452924 100644 --- a/src/mesa/drivers/dri/radeon/Makefile.am +++ b/src/mesa/drivers/dri/radeon/Makefile.am @@ -31,6 +31,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mesa/ \ -I$(top_srcdir)/src/mesa/drivers/dri/common \ -I$(top_srcdir)/src/mesa/drivers/dri/radeon/server \ + -I$(top_builddir)/src/mesa/drivers/dri/common \ $(DEFINES) \ $(API_DEFINES) \ $(VISIBILITY_CFLAGS) \ |