summaryrefslogtreecommitdiff
path: root/modules/pam_selinux/Makefile.am
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-03-12 08:36:42 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-03-12 08:36:42 +0000
commit993d5e30fa9085a05cc8231c49750e8bcc03170e (patch)
tree79d64253dd6290815a8a769267c0d34e7012a018 /modules/pam_selinux/Makefile.am
parentbd940ba3beea685e297144705bc3d7547e81b837 (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- Add lot of tests for make check
Diffstat (limited to 'modules/pam_selinux/Makefile.am')
-rw-r--r--modules/pam_selinux/Makefile.am9
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/pam_selinux/Makefile.am b/modules/pam_selinux/Makefile.am
index 0cab19ff..d830bf7e 100644
--- a/modules/pam_selinux/Makefile.am
+++ b/modules/pam_selinux/Makefile.am
@@ -1,12 +1,15 @@
#
-# Copyright (c) 2005 Thorsten Kukuk <kukuk@suse.de>
+# Copyright (c) 2005, 2006 Thorsten Kukuk <kukuk@suse.de>
#
CLEANFILES = *~
-EXTRA_DIST = README ${MANS} pam_selinux_check.8
+EXTRA_DIST = README ${MANS} pam_selinux_check.8 tst-pam_selinux
-man_MANS = pam_selinux.8
+if HAVE_LIBSELINUX
+ TESTS = tst-pam_selinux
+ man_MANS = pam_selinux.8
+endif
securelibdir = $(SECUREDIR)
secureconfdir = $(SCONFIGDIR)