diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-12-10 11:20:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-12-10 11:20:03 +0100 |
commit | e4b0e862252ac5c50c533b46dfe839b7c45639ac (patch) | |
tree | 023a5eff1cf2b0cda4c9b4d6b7b4e01e920b7913 /Makefile.am | |
parent | 59c74f21751c5af2e6e5118a8d09c16e0e1efa0f (diff) | |
parent | 3c11da9d80e804801575a0a9f6db116e12fdd01d (diff) |
Merge pull request #2056 from evverx/expose-soft-limits-on-the-bus
Expose soft limits on the bus
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cb2e0b38fc..e99c937e61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5737,6 +5737,9 @@ EXTRA_DIST += \ test/TEST-04-JOURNAL/Makefile \ test/TEST-04-JOURNAL/test-journal.sh \ test/TEST-04-JOURNAL/test.sh \ + test/TEST-05-RLIMITS/Makefile \ + test/TEST-05-RLIMITS/test-rlimits.sh \ + test/TEST-05-RLIMITS/test.sh \ test/test-functions EXTRA_DIST += \ |