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 549ef8c9..44289e2e 100644
--- a/xtests/Makefile.am
+++ b/xtests/Makefile.am
@@ -10,9 +10,10 @@ AM_LDFLAGS = -L$(top_builddir)/libpam -lpam \
CLEANFILES = *~
EXTRA_DIST = tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \
- tst-pam_dispatch3.pamd
+ tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd
-XTESTS = tst-pam_dispatch1 tst-pam_dispatch2 tst-pam_dispatch3
+XTESTS = tst-pam_dispatch1 tst-pam_dispatch2 tst-pam_dispatch3 \
+ tst-pam_dispatch4
noinst_PROGRAMS = $(XTESTS)