Skip to content

Commit d2918a2

Browse files
committed
add missing files for make dist
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 <[email protected]>
1 parent c31c0a9 commit d2918a2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ MAINTAINERCLEANFILES = \
4343
aclocal.m4 compile config.guess config.sub \
4444
configure depcomp install-sh ltmain.sh \
4545
Makefile.in missing
46+
47+
EXTRA_DIST = \
48+
autogen.sh \
49+
$(NULL)

common/Makefile.am

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ libva_display_la_LIBADD = $(libva_display_libs)
5858

5959
# Extra clean files so that maintainer-clean removes *everything*
6060
MAINTAINERCLEANFILES = Makefile.in
61+
62+
EXTRA_DIST = \
63+
loadsurface.h \
64+
loadsurface_yuv.h \
65+
$(NULL)

0 commit comments

Comments
 (0)