From 97e09041741edce5197dfb0cc43e3a3cb0d9f8f0 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 21 Oct 2014 16:14:10 -0400 Subject: build: fix some problems seen with 'make dist' tarballs Signed-off-by: Paul Moore --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 71fde48..a81b6fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,6 +22,8 @@ SUBDIRS = include src tools tests doc pkgconfdir = ${libdir}/pkgconfig pkgconf_DATA = libseccomp.pc +EXTRA_DIST = CHANGELOG CREDITS LICENSE README SUBMITTING_PATCHES + # support silent builds AM_MAKEFLAGS_0 = --quiet --no-print-directory AM_MAKEFLAGS_1 = -- cgit v1.2.1