diff options
Diffstat (limited to 'modules/pam_setquota')
-rw-r--r-- | modules/pam_setquota/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/pam_setquota/Makefile.am b/modules/pam_setquota/Makefile.am index 20c9f62d..b01a3288 100644 --- a/modules/pam_setquota/Makefile.am +++ b/modules/pam_setquota/Makefile.am @@ -1,13 +1,14 @@ CLEANFILES = *~ MAINTAINERCLEANFILES = $(MANS) README -EXTRA_DIST = $(XMLS) $(TESTS) +EXTRA_DIST = $(XMLS) if HAVE_DOC dist_man_MANS = pam_setquota.8 endif XMLS = README.xml pam_setquota.8.xml -TESTS = tst-pam_setquota +dist_check_SCRIPTS = tst-pam_setquota +TESTS = $(dist_check_SCRIPTS) securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) |