summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2018-05-10 19:22:01 -0400
committerPaul Moore <paul@paul-moore.com>2018-05-10 19:22:01 -0400
commita9745ef2c36eba7828ef466aaa9eaafea281d6f6 (patch)
treeb21fab1d4413e1e69d57238c40c82816b453dafc /Makefile.am
parent0551cc5468617138728940082ff15374c2c71a2f (diff)
downloadlibseccomp-a9745ef2c36eba7828ef466aaa9eaafea281d6f6.tar.gz
docs: add the RELEASE_PROCESS.md file to the list of distributed files
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2642ce2..d476037 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,9 @@ SUBDIRS = include src tools tests doc
pkgconfdir = ${libdir}/pkgconfig
pkgconf_DATA = libseccomp.pc
-EXTRA_DIST = CHANGELOG CREDITS LICENSE README.md CONTRIBUTING.md
+EXTRA_DIST = \
+ CHANGELOG CREDITS LICENSE \
+ README.md CONTRIBUTING.md RELEASE_PROCESS.md
# support silent builds
AM_MAKEFLAGS_0 = --quiet --no-print-directory