summaryrefslogtreecommitdiff
path: root/xtests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xtests/Makefile.am')
-rw-r--r--xtests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/xtests/Makefile.am b/xtests/Makefile.am
index 44289e2e..f5549290 100644
--- a/xtests/Makefile.am
+++ b/xtests/Makefile.am
@@ -10,10 +10,11 @@ AM_LDFLAGS = -L$(top_builddir)/libpam -lpam \
CLEANFILES = *~
EXTRA_DIST = tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \
- tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd
+ tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \
+ tst-pam_cracklib1.pamd
XTESTS = tst-pam_dispatch1 tst-pam_dispatch2 tst-pam_dispatch3 \
- tst-pam_dispatch4
+ tst-pam_dispatch4 tst-pam_cracklib1
noinst_PROGRAMS = $(XTESTS)