diff options
Diffstat (limited to 'modules/pam_rhosts')
-rw-r--r-- | modules/pam_rhosts/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/pam_rhosts/Makefile.am b/modules/pam_rhosts/Makefile.am index 0fb78f40..e15f091c 100644 --- a/modules/pam_rhosts/Makefile.am +++ b/modules/pam_rhosts/Makefile.am @@ -7,13 +7,11 @@ MAINTAINERCLEANFILES = $(MANS) README EXTRA_DIST = README $(MANS) $(XMLS) $(TESTS) -TESTS = tst-pam_rhosts - if HAVE_DOC man_MANS = pam_rhosts.8 endif - XMLS = README.xml pam_rhosts.8.xml +TESTS = tst-pam_rhosts securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) |