From 5e162566dbd58005c4b871a1f878495550cac91e Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Thu, 12 Sep 2013 00:32:39 +0200 Subject: [PATCH] ilo: Fix out-of-tree build. [olv: use $(srcdir) instead of $(top_srcdir)] --- src/gallium/drivers/ilo/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2