From: Juan A. Suarez Romero Date: Wed, 28 Jun 2017 14:43:30 +0000 (+0000) Subject: intel: tools: add intel_aub.h as part of aubinator X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93b8dc4b94e6883e34d789afec224465a85ad727;p=mesa.git intel: tools: add intel_aub.h as part of aubinator Include intel_aub.h in the Makefile.tools.am Reviewed-by: Lionel Landwerlin --- diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am index 45891e736f1..807122039b0 100644 --- a/src/intel/Makefile.tools.am +++ b/src/intel/Makefile.tools.am @@ -26,7 +26,8 @@ noinst_PROGRAMS += \ tools_aubinator_SOURCES = \ tools/aubinator.c \ tools/disasm.c \ - tools/gen_disasm.h + tools/gen_disasm.h \ + tools/intel_aub.h tools_aubinator_CFLAGS = \ $(AM_CFLAGS) \