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>
This commit is contained in:
Xiang, Haihao 2017-03-16 16:49:50 +08:00
parent d80c78c5f2
commit cb3a33ea5e
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 \