summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-02 20:14:59 +0200
committerXinfengZhang <carl.zhang@intel.com>2019-10-11 14:47:23 +0800
commit4b1bc91936ef0f8c3f0e22be0fccd401770879eb (patch)
treeedea2b78ab469058d9b1a3965bb1cfa6b30eb9d7
parent33aed1fef09a96854d5f2560f3e415ee60ebe18f (diff)
downloadlibva-4b1bc91936ef0f8c3f0e22be0fccd401770879eb.tar.gz
ensure that all meson files are part of the release tarball
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--Makefile.am2
-rw-r--r--doc/Makefile.am1
-rw-r--r--pkgconfig/Makefile.am2
-rw-r--r--va/Makefile.am1
4 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5d0de2a..4132d33 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -30,7 +30,7 @@ if ENABLE_DOCS
SUBDIRS += doc
endif
-EXTRA_DIST=doc/va_footer.html
+EXTRA_DIST=doc/va_footer.html meson.build meson_options.txt
# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \
aclocal.m4 compile config.guess config.sub \
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 70f7bc3..85c012c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -25,6 +25,7 @@ install-data-local: install-html
EXTRA_DIST = \
Doxyfile.in \
+ meson.build \
$(NULL)
VA_HEADER_DIR = $(top_srcdir)/va
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am
index 4582531..9e321d4 100644
--- a/pkgconfig/Makefile.am
+++ b/pkgconfig/Makefile.am
@@ -43,7 +43,7 @@ all_pcfiles_in += libva-wayland.pc.in
pkgconfigdir = @pkgconfigdir@
pkgconfig_DATA = $(pcfiles)
-EXTRA_DIST = $(all_pcfiles_in)
+EXTRA_DIST = $(all_pcfiles_in) meson.build
DISTCLEANFILES = $(pcfiles)
diff --git a/va/Makefile.am b/va/Makefile.am
index 0e94d0f..c0b0cfd 100644
--- a/va/Makefile.am
+++ b/va/Makefile.am
@@ -147,4 +147,5 @@ DISTCLEANFILES = \
EXTRA_DIST = \
libva.syms \
va_version.h.in \
+ meson.build \
$(NULL)