Add the missing header files

v2: Add the missing header files to noinst_HEADERS instead.

This fixes https://github.com/01org/libva-utils/issues/26

Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
(cherry picked from commit cb3a33ea5ef547a4850436e314bc5be7e98066e3)
diff --git a/common/Makefile.am b/common/Makefile.am
index f6d7959..1b8bc4d 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -31,7 +31,7 @@
 	$(NULL)
 
 source_c		= va_display.c
-source_h		= va_display.h
+source_h		= va_display.h loadsurface.h loadsurface_yuv.h
 
 if USE_X11
 source_c		+= va_display_x11.c
diff --git a/test/Makefile.am b/test/Makefile.am
index 7c6ae18..6e7ffa7 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -44,6 +44,7 @@
 bin_PROGRAMS = test_va_api
 noinst_HEADERS =						\
 	test.h							\
+	test_data.h						\
 	test_streamable.h					\
 	test_va_api_fixture.h					\
 	test_va_api_get_create_config.h				\