~ubuntu-branches/ubuntu/edgy/dovecot/edgy-security

« back to all changes in this revision

Viewing changes to src/master/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 15:13:37 UTC
  • mfrom: (1.10.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630151337-l772crcoe5hfd4hw
Tags: 1.0.rc1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
sharedstatedir = @sharedstatedir@
207
207
sql_drivers = @sql_drivers@
208
208
ssldir = @ssldir@
 
209
statedir = @statedir@
209
210
sysconfdir = @sysconfdir@
210
211
target_alias = @target_alias@
211
212
pkglibexecdir = $(libexecdir)/dovecot
214
215
        -I$(top_srcdir)/src/lib-settings \
215
216
        -DSYSCONFDIR=\""$(sysconfdir)"\" \
216
217
        -DPKG_RUNDIR=\""$(rundir)"\" \
 
218
        -DPKG_STATEDIR=\""$(statedir)"\" \
217
219
        -DPKG_LIBEXECDIR=\""$(pkglibexecdir)"\" \
218
220
        -DMODULEDIR=\""$(moduledir)"\" \
219
221
        -DSSLDIR=\""$(ssldir)\""