Re: [Mesa-dev] [PATCH 5/8] autotools: Fix includes for non-shared glapi tests.

2017-11-23 Thread Emil Velikov
On 20 November 2017 at 23:12, Dylan Baker  wrote:
> Signed-off-by: Dylan Baker 
> ---
>  src/mapi/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
> index 015edc37cb3..5db888abddc 100644
> --- a/src/mapi/Makefile.am
> +++ b/src/mapi/Makefile.am
> @@ -150,7 +150,8 @@ check_PROGRAMS += glapi-test
>  glapi_test_SOURCES = glapi/tests/check_table.cpp
>  glapi_test_CPPFLAGS = \
> $(AM_CPPFLAGS) \
> -   -I$(top_srcdir)/src/gtest/include
> +   -I$(top_srcdir)/src/gtest/include \
> +   -I$(top_srcdir)/src/mesa
>
Please squash this with 1/8 where we do the same thing for shared glapi.

-Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 5/8] autotools: Fix includes for non-shared glapi tests.

2017-11-20 Thread Dylan Baker
Signed-off-by: Dylan Baker 
---
 src/mapi/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
index 015edc37cb3..5db888abddc 100644
--- a/src/mapi/Makefile.am
+++ b/src/mapi/Makefile.am
@@ -150,7 +150,8 @@ check_PROGRAMS += glapi-test
 glapi_test_SOURCES = glapi/tests/check_table.cpp
 glapi_test_CPPFLAGS = \
$(AM_CPPFLAGS) \
-   -I$(top_srcdir)/src/gtest/include
+   -I$(top_srcdir)/src/gtest/include \
+   -I$(top_srcdir)/src/mesa
 
 glapi_test_LDADD = \
$(top_builddir)/src/mapi/glapi/libglapi.la \
-- 
2.15.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev