From: José Fonseca Date: Wed, 13 Mar 2013 00:16:24 +0000 (+0000) Subject: autotools: Add missing top-level include dir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7bff1cc3f635dc80f3ccb218af847513c53a51b5;p=mesa.git 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. --- 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 \