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 1c67a5687a)
This commit is contained in:
Jeremy Huddleston Sequoia 2015-02-10 20:32:02 -08:00
parent 54da987bae
commit 162cee83ba

View file

@ -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 \