From 5daed06da2c0aaa48a93439bfdb63818786bc278 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 23 Oct 2017 16:09:15 -0700 Subject: osmesa: Include generated headers without path This makes things much easier to ensure correctness with meson. Tested with make dist-check and with meson. Signed-off-by: Dylan Baker Reviewed-by: Eric Engestrom --- src/mesa/drivers/osmesa/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/drivers/osmesa/Makefile.am') diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index 2c8d4668b1b..3c7def5c5c9 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -30,6 +30,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_builddir)/src/mapi \ -I$(top_srcdir)/src/mapi \ + -I$(top_builddir)/src/mapi/glapi \ + -I$(top_srcdir)/src/mapi/glapi \ -I$(top_srcdir)/src/mesa/ \ $(DEFINES) AM_CFLAGS = $(PTHREAD_CFLAGS) \ -- cgit v1.2.3