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

Author: Johannes Obermayr <[email protected]>
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)
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to