Module: Mesa Branch: master Commit: 10d869535cc704c6f787f6759951bb5c87969b29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10d869535cc704c6f787f6759951bb5c87969b29
Author: Dylan Baker <[email protected]> Date: Fri Oct 20 17:08:25 2017 -0700 automake: Remove unused include path Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Daniel Stone <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- src/egl/wayland/wayland-drm/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/egl/wayland/wayland-drm/Makefile.am b/src/egl/wayland/wayland-drm/Makefile.am index b27edddafb..57782da936 100644 --- a/src/egl/wayland/wayland-drm/Makefile.am +++ b/src/egl/wayland/wayland-drm/Makefile.am @@ -1,5 +1,4 @@ -AM_CFLAGS = -I$(top_srcdir)/src/egl/main \ - -I$(top_srcdir)/include \ +AM_CFLAGS = -I$(top_srcdir)/include \ $(DEFINES) \ $(VISIBILITY_CFLAGS) \ $(WAYLAND_SERVER_CFLAGS) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
