~ubuntu-branches/ubuntu/karmic/perdition/karmic

« back to all changes in this revision

Viewing changes to etc/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2005-07-04 21:29:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050704212928-68r74ktjnb1zcr6u
Tags: 1.17-3
Revert to using ldap_init() instead of ldap_initialize()
which seems to be broken on debian's ldap, 2.1.30.
I am not sure what version it works for, if any.
http://www.openldap.org/lists/openldap-software/200406/msg00688.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#
5
5
# perdition
6
6
# Mail retrieval proxy server
7
 
# Copyright (C) 1999-2004  Horms <horms@verge.net.au>
 
7
# Copyright (C) 1999-2005  Horms <horms@verge.net.au>
8
8
9
9
# This program is free software; you can redistribute it and/or
10
10
# modify it under the terms of the GNU General Public License as
23
23
#
24
24
######################################################################
25
25
 
26
 
SUBDIRS = perdition @pam_dir@ rc.d sysconfig
 
26
if PAM_BUILD
 
27
PAM_DIR = pam.d
 
28
endif
 
29
 
 
30
SUBDIRS = perdition $(PAM_DIR) rc.d sysconfig
27
31
 
28
32
EXTRA_DIST = 
29
33