~ubuntu-dev/ubuntu/lucid/dovecot/lucid-201002101901

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-28 08:45:43 UTC
  • mfrom: (1.10.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060628084543-pc6v7oikzlvnlnu3
Tags: 1.0.beta9-1ubuntu1
* Merge from debian unstable, resolved minor conflicts.
* debian/control: Removed unnecessary build dependency ssl-cert, add it as
  dovecot-common dependency.
* Remove debian/patches/prohibit_.._mbox_mask.dpatch, upstream now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
am__aclocal_m4_deps = $(top_srcdir)/configure.in
42
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
43
        $(ACLOCAL_M4)
44
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
44
mkinstalldirs = $(install_sh) -d
45
45
CONFIG_HEADER = $(top_builddir)/config.h
46
46
CONFIG_CLEAN_FILES =
47
47
SOURCES =
56
56
CTAGS = ctags
57
57
DIST_SUBDIRS = lib lib-dict lib-sql lib-ntlm lib-settings lib-charset \
58
58
        lib-mail lib-imap lib-index lib-storage lib-auth auth dict \
59
 
        master login-common imap-login imap pop3-login pop3 util \
60
 
        plugins
 
59
        master login-common imap-login imap pop3-login pop3 deliver \
 
60
        util plugins
61
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
62
ACLOCAL = @ACLOCAL@
63
63
AMDEP_FALSE = @AMDEP_FALSE@
186
186
sysconfdir = @sysconfdir@
187
187
target_alias = @target_alias@
188
188
@BUILD_POP3D_TRUE@POP3D = pop3-login pop3
189
 
 
190
 
#DELIVER = deliver
191
 
@BUILD_DELIVER_TRUE@DELIVER = 
 
189
@BUILD_DELIVER_TRUE@DELIVER = deliver
192
190
SUBDIRS = \
193
191
        lib \
194
192
        lib-dict \