Skip to content

Commit

Permalink
Add the missing header files
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
xhaihao committed Mar 17, 2017
1 parent 7231c14 commit d535dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit d535dfc

Please sign in to comment.