diff options
author | Jeremy Huddleston Sequoia <[email protected]> | 2015-02-10 20:32:02 -0800 |
---|---|---|
committer | Jeremy Huddleston Sequoia <[email protected]> | 2015-02-10 20:35:10 -0800 |
commit | 1c67a5687a35e984323b6034adb914a66d64bb2f (patch) | |
tree | 86b5b006a6093e106e7ef0e6b3bdc6c987f03327 /src/glx | |
parent | ea0f0eb6c0a8b20bcce50c63170df94892a51142 (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 <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/apple/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |