summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-02-06 18:27:03 -0500
committerPaul Moore <paul@paul-moore.com>2017-02-06 18:27:18 -0500
commiteb78d651177aea5812a2757e72326388954fe1ec (patch)
tree00b65026499b6d01893a8f49b416ab71eafdb9f5 /Makefile.am
parentd3afeac428d5b1556a5abf17821a00d6984212eb (diff)
downloadlibseccomp-eb78d651177aea5812a2757e72326388954fe1ec.tar.gz
build: fix 'make distcheck'
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a81b6fa..319f567 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = include src tools tests doc
pkgconfdir = ${libdir}/pkgconfig
pkgconf_DATA = libseccomp.pc
-EXTRA_DIST = CHANGELOG CREDITS LICENSE README SUBMITTING_PATCHES
+EXTRA_DIST = CHANGELOG CREDITS LICENSE README.md SUBMITTING_PATCHES
# support silent builds
AM_MAKEFLAGS_0 = --quiet --no-print-directory