diff options
author | Johannes Obermayr <[email protected]> | 2013-09-12 00:32:39 +0200 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-10-30 21:17:10 +0800 |
commit | 5e162566dbd58005c4b871a1f878495550cac91e (patch) | |
tree | bb8e2294462ea7509a1afe80b8d9a3d87ff4dcd0 | |
parent | 26a8f76ba1a0229ee3332eaa6f1aea89d617cf3d (diff) |
ilo: Fix out-of-tree build.
[olv: use $(srcdir) instead of $(top_srcdir)]
-rw-r--r-- | 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 10b3da3dfbd..0aa4a3390b7 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) |