ilo: Fix out-of-tree build.

[olv: use $(srcdir) instead of $(top_srcdir)]
This commit is contained in:
Johannes Obermayr 2013-09-12 00:32:39 +02:00 committed by Chia-I Wu
parent 26a8f76ba1
commit 5e162566db

View file

@ -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)