diff mbox

[i-g-t] lib: Make sure intel_aub.h gets packed in dist

Message ID 1512731589-28856-1-git-send-email-petri.latvala@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Petri Latvala Dec. 8, 2017, 11:13 a.m. UTC
Error revealed by distcheck.

Fixes: 539a86ec6035 ("lib: copy intel_aub.h from libdrm")
Signed-off-by: Petri Latvala <petri.latvala@intel.com>
Cc: Scott D Phillips <scott.d.phillips@intel.com>
Cc: Ben Widawsky <ben@bwidawsk.net>
Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>
---
 lib/Makefile.sources | 1 +
 1 file changed, 1 insertion(+)

Comments

Scott D Phillips Dec. 8, 2017, 5:06 p.m. UTC | #1
Petri Latvala <petri.latvala@intel.com> writes:

> Error revealed by distcheck.
>
> Fixes: 539a86ec6035 ("lib: copy intel_aub.h from libdrm")
> Signed-off-by: Petri Latvala <petri.latvala@intel.com>
> Cc: Scott D Phillips <scott.d.phillips@intel.com>
> Cc: Ben Widawsky <ben@bwidawsk.net>
> Cc: Tomi Sarvela <tomi.p.sarvela@intel.com>

Reviewed-by: Scott D Phillips <scott.d.phillips@intel.com>

> ---
>  lib/Makefile.sources | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lib/Makefile.sources b/lib/Makefile.sources
> index 6e968d9f..06852813 100644
> --- a/lib/Makefile.sources
> +++ b/lib/Makefile.sources
> @@ -37,6 +37,7 @@ lib_source_list =	 	\
>  	igt_vgem.h		\
>  	instdone.c		\
>  	instdone.h		\
> +	intel_aub.h		\
>  	intel_batchbuffer.c	\
>  	intel_batchbuffer.h	\
>  	intel_chipset.c		\
> -- 
> 2.14.1
diff mbox

Patch

diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index 6e968d9f..06852813 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -37,6 +37,7 @@  lib_source_list =	 	\
 	igt_vgem.h		\
 	instdone.c		\
 	instdone.h		\
+	intel_aub.h		\
 	intel_batchbuffer.c	\
 	intel_batchbuffer.h	\
 	intel_chipset.c		\