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:24 -0800 |
commit | b1b7b5b068441eccac382edab0f0872e3834be45 (patch) | |
tree | 18c7474be0429de46e751ae5fce11566ef75ef4e /src | |
parent | d1e21325cf3c394f5fb28808a113826ea3b7f54b (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]>
(cherry picked from commit 1c67a5687a35e984323b6034adb914a66d64bb2f)
Diffstat (limited to 'src')
-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 \ |