Skip to content

Commit d535dfc

Browse files
committed
Add the missing header files
v2: Add the missing header files to noinst_HEADERS instead. This fixes #26 Signed-off-by: Xiang, Haihao <[email protected]> (cherry picked from commit cb3a33e)
1 parent 7231c14 commit d535dfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ libva_display_libs = \
3131
$(NULL)
3232

3333
source_c = va_display.c
34-
source_h = va_display.h
34+
source_h = va_display.h loadsurface.h loadsurface_yuv.h
3535

3636
if USE_X11
3737
source_c += va_display_x11.c

test/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ EXTRA_DIST = \
4444
bin_PROGRAMS = test_va_api
4545
noinst_HEADERS = \
4646
test.h \
47+
test_data.h \
4748
test_streamable.h \
4849
test_va_api_fixture.h \
4950
test_va_api_get_create_config.h \

0 commit comments

Comments
 (0)