summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/Makefile.am
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2013-03-13 00:16:24 +0000
committerJosé Fonseca <jfonseca@vmware.com>2013-03-13 00:25:09 +0000
commit7bff1cc3f635dc80f3ccb218af847513c53a51b5 (patch)
tree5a85bf725bd15f12582a76ab8ce3c43c6e7a451b /src/gallium/drivers/Makefile.am
parent5c6e1e97b30909feeb24ffe4dfa10cff3fdea2e7 (diff)
autotools: Add missing top-level include dir.
Fixes autotools build failure. Not sure if there are more, as I have difficulties in building the full tree.
Diffstat (limited to 'src/gallium/drivers/Makefile.am')
-rw-r--r--src/gallium/drivers/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am
index 25d9533c949..3477feef05c 100644
--- a/src/gallium/drivers/Makefile.am
+++ b/src/gallium/drivers/Makefile.am
@@ -1,6 +1,7 @@
AUTOMAKE_OPTIONS = subdir-objects
AM_CPPFLAGS = \
+ -I$(top_srcdir)/include \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \
-I$(top_srcdir)/src/gallium/drivers \