From: Ronny Chevalier Date: Sat, 31 Oct 2015 13:46:45 +0000 (+0100) Subject: build-sys: add missing test files to EXTRA_DIST X-Git-Tag: v228~111^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d0f09a932182316aff4ea806c3993497b5bd859;p=thirdparty%2Fsystemd.git build-sys: add missing test files to EXTRA_DIST --- diff --git a/Makefile.am b/Makefile.am index 3d211deefc7..2f8bfd4d34c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1574,6 +1574,10 @@ EXTRA_DIST += \ test/exec-ioschedulingclass-idle.service \ test/exec-ioschedulingclass-none.service \ test/exec-ioschedulingclass-realtime.service \ + test/exec-capabilityboundingset-invert.service \ + test/exec-capabilityboundingset-merge.service \ + test/exec-capabilityboundingset-reset.service \ + test/exec-capabilityboundingset-simple.service \ test/bus-policy/hello.conf \ test/bus-policy/methods.conf \ test/bus-policy/ownerships.conf \