Mesa (master): ilo: Fix out-of-tree build.

Chia-I Wu olv at kemper.freedesktop.org
Wed Oct 30 13:22:39 UTC 2013


Module: Mesa
Branch: master
Commit: 5e162566dbd58005c4b871a1f878495550cac91e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e162566dbd58005c4b871a1f878495550cac91e

Author: Johannes Obermayr <johannesobermayr at gmx.de>
Date:   Thu Sep 12 00:32:39 2013 +0200

ilo: Fix out-of-tree build.

[olv: use $(srcdir) instead of $(top_srcdir)]

---

 src/gallium/drivers/ilo/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/ilo/Makefile.am b/src/gallium/drivers/ilo/Makefile.am
index 10b3da3..0aa4a33 100644
--- a/src/gallium/drivers/ilo/Makefile.am
+++ b/src/gallium/drivers/ilo/Makefile.am
@@ -27,7 +27,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
 noinst_LTLIBRARIES = libilo.la
 
 AM_CPPFLAGS = \
-	-Iinclude \
+	-I$(srcdir)/include \
 	-I$(top_srcdir)/src/gallium/winsys/intel \
 	$(GALLIUM_CFLAGS)
 




More information about the mesa-commit mailing list