tools: add missing header to distributed sources

Make sure all the sources for intel_reg are included in the
distribution.

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood 2015-04-27 17:34:41 +01:00
parent bad8834ee7
commit 40b45bace3

View File

@ -44,7 +44,8 @@ intel_dump_decode_SOURCES = \
intel_reg_SOURCES = \
intel_reg.c \
intel_reg_decode.c \
intel_reg_spec.c
intel_reg_spec.c \
intel_reg_spec.h
intel_error_decode_SOURCES = \
intel_error_decode.c