From 1c67a5687a35e984323b6034adb914a66d64bb2f Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Sequoia Date: Tue, 10 Feb 2015 20:32:02 -0800 Subject: [PATCH] darwin: build fix ../../../src/mesa/main/compiler.h:47:10: fatal error: 'util/macros.h' file not found Signed-off-by: Jeremy Huddleston Sequoia --- src/glx/apple/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am index b500a45c63d..2cbff9ea900 100644 --- a/src/glx/apple/Makefile.am +++ b/src/glx/apple/Makefile.am @@ -3,6 +3,7 @@ EXTRA_DIST = RELEASE_NOTES noinst_LTLIBRARIES = libappleglx.la AM_CFLAGS = \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/glx \ -I$(top_srcdir)/src/mesa \ -- 2.30.2