From 7bff1cc3f635dc80f3ccb218af847513c53a51b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Wed, 13 Mar 2013 00:16:24 +0000 Subject: [PATCH] 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. --- src/gallium/drivers/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am index 25d9533..3477fee 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 \ -- 2.7.4