diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-30 17:53:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-30 17:53:39 +0100 |
commit | a00405285e5ee25d7532f66f470b0bb7fb8df7de (patch) | |
tree | e5acf9d862a5f60887f138a235816860d90add49 /Makefile.am | |
parent | 3a89c3a0fcff52d02608da7d4f7d8183d620995b (diff) | |
parent | afae249efa4774c6676738ac5de6aeb4daf4889f (diff) |
Merge pull request #2063 from keszybz/issue-1977-2
journal: clean up permission setting and acl adjustements on user journals
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index db206ae13e..cecd139e4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1499,6 +1499,11 @@ tests += \ test-dns-domain \ test-install-root +if HAVE_ACL +tests += \ + test-acl-util +endif + EXTRA_DIST += \ test/a.service \ test/basic.target \ @@ -1846,6 +1851,12 @@ test_install_root_SOURCES = \ test_install_root_LDADD = \ libshared.la +test_acl_util_SOURCES = \ + src/test/test-acl-util.c + +test_acl_util_LDADD = \ + libshared.la + test_namespace_LDADD = \ libcore.la |