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

« back to all changes in this revision

Viewing changes to src/plugins/trash/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:
200
200
sharedstatedir = @sharedstatedir@
201
201
sql_drivers = @sql_drivers@
202
202
ssldir = @ssldir@
 
203
statedir = @statedir@
203
204
sysconfdir = @sysconfdir@
204
205
target_alias = @target_alias@
205
206
AM_CPPFLAGS = \
492
493
 
493
494
 
494
495
install-exec-local:
495
 
        $(mkdir_p) $(DESTDIR)$(moduledir)/imap $(DESTDIR)$(moduledir)/lda
496
496
        for d in imap lda; do \
 
497
          $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
497
498
          rm -f $(DESTDIR)$(moduledir)/$$d/lib02_trash_plugin.so; \
498
499
          $(LN_S) ../lib02_trash_plugin.so $(DESTDIR)$(moduledir)/$$d; \
499
500
        done