projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a8f76
)
ilo: Fix out-of-tree build.
author
Johannes Obermayr
<johannesobermayr@gmx.de>
Wed, 11 Sep 2013 22:32:39 +0000
(
00:32
+0200)
committer
Chia-I Wu
<olvaffe@gmail.com>
Wed, 30 Oct 2013 13:17:10 +0000
(21:17 +0800)
[olv: use $(srcdir) instead of $(top_srcdir)]
src/gallium/drivers/ilo/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/ilo/Makefile.am
b/src/gallium/drivers/ilo/Makefile.am
index 10b3da3dfbdac561ec245d2dc7b627eda8f4ef60..0aa4a3390b7c1aa5a78ed9e4d3b9da1d7d010cac 100644
(file)
--- 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)