Skip to content

Commit

Permalink
add missing files for make dist
Browse files Browse the repository at this point in the history
when creating the package tarball, autogen.sh is handy to have and
the header files are necessary for compilation.

TEST="make dist should include autogen.sh, loadsurface.h and"
TEST="loadsurface_yuv.h on the final tarballs."
TEST="Then tarball user can compile in the same way as github clone"

Signed-off-by: Daniel Charles <daniel.charles@intel.com>
  • Loading branch information
chivakker committed Mar 7, 2017
1 parent c31c0a9 commit d2918a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,7 @@ MAINTAINERCLEANFILES = \
aclocal.m4 compile config.guess config.sub \
configure depcomp install-sh ltmain.sh \
Makefile.in missing

EXTRA_DIST = \
autogen.sh \
$(NULL)
5 changes: 5 additions & 0 deletions common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ libva_display_la_LIBADD = $(libva_display_libs)

# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = Makefile.in

EXTRA_DIST = \
loadsurface.h \
loadsurface_yuv.h \
$(NULL)

0 comments on commit d2918a2

Please sign in to comment.