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

« back to all changes in this revision

Viewing changes to 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 = libjain @makegdbm_build_dir@ @makebdb_build_dir@ \
 
26
if GDBM_BUILD
 
27
MAKEGDBM_DIR = makegdbm
 
28
endif
 
29
if BDB_BUILD
 
30
MAKEBDB_DIR = makebdb
 
31
endif
 
32
 
 
33
SUBDIRS = libjain $(MAKEGDBM_DIR) $(MAKEBDB_DIR) \
27
34
        perdition debian etc packaging
28
35
 
29
36
EXTRA_DIST = \