diff options
Diffstat (limited to 'modules/pam_namespace')
-rw-r--r-- | modules/pam_namespace/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_namespace/Makefile.am b/modules/pam_namespace/Makefile.am index 03a63f49..ec62b1d3 100644 --- a/modules/pam_namespace/Makefile.am +++ b/modules/pam_namespace/Makefile.am @@ -10,7 +10,7 @@ if HAVE_DOC man_MANS = namespace.conf.5 pam_namespace.8 pam_namespace_helper.8 endif -EXTRA_DIST = README namespace.conf namespace.init $(MANS) $(XMLS) tst-pam_namespace +EXTRA_DIST = README namespace.conf namespace.init $(MANS) $(XMLS) $(TESTS) TESTS = tst-pam_namespace |