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

« back to all changes in this revision

Viewing changes to src/plugins/quota/Makefile.am

  • 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:
28
28
        quota-private.h
29
29
 
30
30
install-exec-local:
31
 
        $(mkdir_p) $(DESTDIR)$(moduledir)/imap \
32
 
          $(DESTDIR)$(moduledir)/pop3 \
33
 
          $(DESTDIR)$(moduledir)/lda
34
31
        for d in imap pop3 lda; do \
 
32
          $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
35
33
          rm -f $(DESTDIR)$(moduledir)/$$d/lib01_quota_plugin.so; \
36
34
          $(LN_S) ../lib01_quota_plugin.so $(DESTDIR)$(moduledir)/$$d; \
37
35
        done