From: Stéphane Graber Date: Thu, 13 Feb 2014 04:19:45 +0000 (-0500) Subject: Add the seccomp examples to EXTRA_DIST X-Git-Tag: lxc-1.0.0.rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e0ec990604691d3c0fa25a5b8510b4b5f71e87;p=thirdparty%2Flxc.git Add the seccomp examples to EXTRA_DIST Signed-off-by: Stéphane Graber --- diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 32bb2793b..a420dfab2 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -25,3 +25,8 @@ noinst_DATA = \ seccomp-v1.conf \ seccomp-v2-blacklist.conf \ seccomp-v2.conf + +EXTRA_DIST = \ + seccomp-v1.conf \ + seccomp-v2-blacklist.conf \ + seccomp-v2.conf