From d535dfcb258c608790b1d9ee4db5d6564f71e2e1 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Thu, 16 Mar 2017 16:49:50 +0800 Subject: [PATCH] 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 (cherry picked from commit cb3a33ea5ef547a4850436e314bc5be7e98066e3) --- common/Makefile.am | 2 +- test/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/Makefile.am b/common/Makefile.am index f6d7959a..1b8bc4d7 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -31,7 +31,7 @@ libva_display_libs = \ $(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 7c6ae18a..6e7ffa76 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -44,6 +44,7 @@ EXTRA_DIST = \ 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 \