Module: Mesa Branch: master Commit: 7bff1cc3f635dc80f3ccb218af847513c53a51b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bff1cc3f635dc80f3ccb218af847513c53a51b5
Author: José Fonseca <[email protected]> Date: Wed Mar 13 00:16:24 2013 +0000 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 files changed, 1 insertions(+), 0 deletions(-) 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
