From: Jeremy Huddleston Sequoia Date: Wed, 11 Feb 2015 04:32:02 +0000 (-0800) Subject: darwin: build fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c67a5687a35e984323b6034adb914a66d64bb2f;p=mesa.git darwin: build fix ../../../src/mesa/main/compiler.h:47:10: fatal error: 'util/macros.h' file not found Signed-off-by: Jeremy Huddleston Sequoia --- 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 \