summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2015-02-10 20:32:02 -0800
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2015-02-10 20:35:33 -0800
commit162cee83ba98abb6ee21bb270ff0c6a09e97cd1f (patch)
tree7ce3ef62c7f9099150a039fc93372ec4f0c3a0f3
parent54da987baec25fbaf6975c93f197ddbfe65a303c (diff)
darwin: build fix
../../../src/mesa/main/compiler.h:47:10: fatal error: 'util/macros.h' file not found Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> (cherry picked from commit 1c67a5687a35e984323b6034adb914a66d64bb2f)
-rw-r--r--src/glx/apple/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am
index 894ab5b3c7..8d03225089 100644
--- a/src/glx/apple/Makefile.am
+++ b/src/glx/apple/Makefile.am
@@ -1,6 +1,7 @@
noinst_LTLIBRARIES = libappleglx.la
AM_CFLAGS = \
+ -I$(top_srcdir)/src \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/glx \
-I$(top_srcdir)/src/mesa \