[Libva] [PATCH 9/9] Add final header to fix 'make dist'
Emil Velikov
emil.l.velikov at gmail.com
Thu Sep 18 09:45:47 PDT 2014
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 <emil.l.velikov at gmail.com>
---
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
More information about the Libva
mailing list