OSDN Git Service

Add final header to fix 'make dist'
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 18 Sep 2014 16:45:47 +0000 (17:45 +0100)
committerXiang, Haihao <haihao.xiang@intel.com>
Mon, 10 Nov 2014 01:59:33 +0000 (09:59 +0800)
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@gmail.com>
src/Makefile.am

index 83351f2..5b3227d 100755 (executable)
@@ -145,6 +145,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