diff options
Diffstat (limited to 'src/glx/apple/Makefile.am')
-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 \ |