diff options
Diffstat (limited to 'modules/pam_exec/Makefile.am')
-rw-r--r-- | modules/pam_exec/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_exec/Makefile.am b/modules/pam_exec/Makefile.am index aabf9728..4fc28b28 100644 --- a/modules/pam_exec/Makefile.am +++ b/modules/pam_exec/Makefile.am @@ -4,7 +4,7 @@ CLEANFILES = *~ -EXTRA_DIST = README $(MANS) $(XMLS) +EXTRA_DIST = README $(MANS) $(XMLS) tst-pam_exec man_MANS = pam_exec.8 @@ -31,3 +31,4 @@ README: pam_exec.8.xml -include $(top_srcdir)/Make.xml.rules endif +TESTS = tst-pam_exec |