diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 08:36:42 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-03-12 08:36:42 +0000 |
commit | 993d5e30fa9085a05cc8231c49750e8bcc03170e (patch) | |
tree | 79d64253dd6290815a8a769267c0d34e7012a018 /Makefile.am | |
parent | bd940ba3beea685e297144705bc3d7547e81b837 (diff) | |
download | pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.tar.gz pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.tar.bz2 pam-993d5e30fa9085a05cc8231c49750e8bcc03170e.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
Add lot of tests for make check
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e0e4fca2..03b1f2d5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,9 +5,9 @@ AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news if STATIC_MODULES -SUBDIRS = modules libpam libpamc libpam_misc po conf doc examples +SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples else -SUBDIRS = libpam libpamc libpam_misc modules po conf doc examples +SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples endif CLEANFILES = *~ |