~ubuntu-branches/debian/squeeze/nss-pam-ldapd/squeeze

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2009-10-20 12:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20091020120000-di0099d0pliwbsz1
Tags: 0.7.1
* implement password changing by performing an LDAP password modify EXOP
  request (closes: #550836)
* fix return of authorisation check in PAM module (patch by Howard Chu)
* fix "Use StartTLS?" debconf question when no ssl option is defined in the
  config
* fix for problem when authenticating to LDAP entries without a uid
  attribute in the DN
* general code clean-up and portability improvements and include all
  needed header files (closes: #547206)
* provide more information with communication error messages
* updated German debconf translation by Erik Schanze (closes: #546244)
* updated Vietnamese debconf translation by Clytie Siddall (closes: #548037)

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
LIBOBJS = @LIBOBJS@
126
126
LIBS = @LIBS@
127
127
LTLIBOBJS = @LTLIBOBJS@
 
128
MAINT = @MAINT@
128
129
MAKEINFO = @MAKEINFO@
129
130
MKDIR_P = @MKDIR_P@
130
131
NSLCD_CONF_PATH = @NSLCD_CONF_PATH@
187
188
mandir = @mandir@
188
189
mkdir_p = @mkdir_p@
189
190
nslcd_LIBS = @nslcd_LIBS@
190
 
nss_ldap_so_LIBS = @nss_ldap_so_LIBS@
191
191
oldincludedir = @oldincludedir@
192
192
pdfdir = @pdfdir@
193
193
prefix = @prefix@
217
217
 
218
218
.SUFFIXES:
219
219
.SUFFIXES: .c .o .obj
220
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
220
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
221
221
        @for dep in $?; do \
222
222
          case '$(am__configure_deps)' in \
223
223
            *$$dep*) \
242
242
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243
243
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
244
 
245
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
245
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
246
246
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
247
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
248
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
249
$(am__aclocal_m4_deps):
250
250