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

« back to all changes in this revision

Viewing changes to src/plugins/quota/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:
202
202
sharedstatedir = @sharedstatedir@
203
203
sql_drivers = @sql_drivers@
204
204
ssldir = @ssldir@
 
205
statedir = @statedir@
205
206
sysconfdir = @sysconfdir@
206
207
target_alias = @target_alias@
207
208
AM_CPPFLAGS = \
512
513
 
513
514
 
514
515
install-exec-local:
515
 
        $(mkdir_p) $(DESTDIR)$(moduledir)/imap \
516
 
          $(DESTDIR)$(moduledir)/pop3 \
517
 
          $(DESTDIR)$(moduledir)/lda
518
516
        for d in imap pop3 lda; do \
 
517
          $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
519
518
          rm -f $(DESTDIR)$(moduledir)/$$d/lib01_quota_plugin.so; \
520
519
          $(LN_S) ../lib01_quota_plugin.so $(DESTDIR)$(moduledir)/$$d; \
521
520
        done