summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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