]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Wed, 20 Oct 2010 13:11:30 +0000 (13:11 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Wed, 20 Oct 2010 13:11:30 +0000 (13:11 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

2010-10-20  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/man/Makefile.am: Fix build dependencys of pam_get_authtok.3.

        * xtests/Makefile.am: Only build xtests if we run xtests.

ChangeLog
doc/man/.cvsignore
doc/man/Makefile.am
doc/man/pam_get_authtok_noverify.3 [deleted file]
doc/man/pam_get_authtok_verify.3 [deleted file]
xtests/Makefile.am

index 19a9877a68efdbb1fc138f16c724732c9fbc287f..0a6e67fe309b14547cb5899219095c5a3522d8e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-10-20  Thorsten Kukuk  <kukuk@thkukuk.de>
 
+       * doc/man/Makefile.am: Fix build dependencys of pam_get_authtok.3.
+
+       * xtests/Makefile.am: Only build xtests if we run xtests.
        * configure.in: Check for libdb with symbol versions, too.
        Patch from Diego Elio Pettenò.
 
index cc2afe9bd02bd23c5f71efc5532c7e75cc2d2d61..96fa9aba0362e56ff6f68a11d68389bb3b55ba1c 100644 (file)
@@ -19,6 +19,8 @@ pam_get_data.3
 pam_getenv.3
 pam_getenvlist.3
 pam_get_authtok.3
+pam_get_authtok_verify.3
+pam_get_authtok_noverify.3
 pam_get_item.3
 pam_get_user.3
 pam_info.3
index dc2cf009340b740da104ea14d2211e8df3bbee03..7da5bd460aa690878d3037f23364528da2283f20 100644 (file)
@@ -47,6 +47,8 @@ XMLS = pam.3.xml pam.8.xml \
 
 if ENABLE_REGENERATE_MAN
 PAM.8: pam.8
+pam_get_authtok_noverify.3: pam_get_authtok.3
+pam_get_authtok_verify.3: pam_get_authtok.3
 pam.d.5: pam.conf.5
        test -f $(srcdir)/pam\\.d.5 && mv $(srcdir)/pam\\.d.5 $(srcdir)/pam.d.5 ||:
 
diff --git a/doc/man/pam_get_authtok_noverify.3 b/doc/man/pam_get_authtok_noverify.3
deleted file mode 100644 (file)
index a990dbc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/pam_get_authtok.3
diff --git a/doc/man/pam_get_authtok_verify.3 b/doc/man/pam_get_authtok_verify.3
deleted file mode 100644 (file)
index a990dbc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.so man3/pam_get_authtok.3
index 4168e60e49d9afd10de371ce89dc04476f82604e..498a9fca172096ebed5f8b9ab6943deee7c5f77d 100644 (file)
@@ -7,7 +7,7 @@ AM_CFLAGS = -DLIBPAM_COMPILE -I$(top_srcdir)/libpam/include \
 AM_LDFLAGS = -L$(top_builddir)/libpam -lpam \
        -L$(top_builddir)/libpam_misc -lpam_misc
 
-CLEANFILES = *~
+CLEANFILES = *~ $(XTESTS)
 
 EXTRA_DIST = run-xtests.sh tst-pam_dispatch1.pamd tst-pam_dispatch2.pamd \
        tst-pam_dispatch3.pamd tst-pam_dispatch4.pamd \
@@ -47,7 +47,7 @@ NOSRCTESTS = tst-pam_substack1 tst-pam_substack2 tst-pam_substack3 \
        tst-pam_substack4 tst-pam_substack5 tst-pam_assemble_line1
 
 
-noinst_PROGRAMS = $(XTESTS)
+EXTRA_PROGRAMS = $(XTESTS)
 
 xtests: $(XTESTS) run-xtests.sh
        "$(srcdir)"/run-xtests.sh "$(srcdir)" ${XTESTS} ${NOSRCTESTS}