Add the autogenerated header wayland-drm-client-protocol.h to noinst_HEADERS thus silence 'make distcheck' about about it being left out.
Signed-off-by: Emil Velikov <[email protected]> --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 28d580a..2248b2b 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -141,6 +141,7 @@ endif if USE_WAYLAND source_c += i965_output_wayland.c source_h += i965_output_wayland.h +source_h += $(protocol_source_h) driver_cflags += $(WAYLAND_CFLAGS) endif -- 2.1.0 _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
