darwin: build fix
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>
Wed, 11 Feb 2015 04:32:02 +0000 (20:32 -0800)
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>
Wed, 11 Feb 2015 04:35:10 +0000 (20:35 -0800)
../../../src/mesa/main/compiler.h:47:10: fatal error: 'util/macros.h' file not found

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
src/glx/apple/Makefile.am

index b500a45c63d53634895f82a5f29db3244dd0de6a..2cbff9ea90006f8aae99dc88ec835ffca00f0991 100644 (file)
@@ -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 \