diff options
Diffstat (limited to 'modules/pam_debug')
-rw-r--r-- | modules/pam_debug/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pam_debug/Makefile.am b/modules/pam_debug/Makefile.am index a9bd2c2d..59cedca8 100644 --- a/modules/pam_debug/Makefile.am +++ b/modules/pam_debug/Makefile.am @@ -11,6 +11,7 @@ if HAVE_DOC man_MANS = pam_debug.8 endif XMLS = README.xml pam_debug.8.xml +TESTS = tst-pam_debug securelibdir = $(SECUREDIR) secureconfdir = $(SCONFIGDIR) @@ -25,8 +26,6 @@ endif securelib_LTLIBRARIES = pam_debug.la pam_debug_la_LIBADD = $(top_builddir)/libpam/libpam.la -TESTS = tst-pam_debug - if ENABLE_REGENERATE_MAN noinst_DATA = README -include $(top_srcdir)/Make.xml.rules |