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

« back to all changes in this revision

Viewing changes to src/plugins/trash/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:
16
16
        trash-plugin.h
17
17
 
18
18
install-exec-local:
19
 
        $(mkdir_p) $(DESTDIR)$(moduledir)/imap $(DESTDIR)$(moduledir)/lda
20
19
        for d in imap lda; do \
 
20
          $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
21
21
          rm -f $(DESTDIR)$(moduledir)/$$d/lib02_trash_plugin.so; \
22
22
          $(LN_S) ../lib02_trash_plugin.so $(DESTDIR)$(moduledir)/$$d; \
23
23
        done