dovecot-2.0-sslstream: Makefile: Don't symlink notify plugin to ...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:23 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/3c87c0b18090
changeset: 10130:3c87c0b18090
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 21 16:58:10 2009 -0400
description:
Makefile: Don't symlink notify plugin to subdirs. It's not necessary anymore.

diffstat:

1 file changed, 7 deletions(-)
src/plugins/notify/Makefile.am |    7 -------

diffs (14 lines):

diff -r 545a9694dcb8 -r 3c87c0b18090 src/plugins/notify/Makefile.am
--- a/src/plugins/notify/Makefile.am	Wed Oct 21 14:52:36 2009 -0400
+++ b/src/plugins/notify/Makefile.am	Wed Oct 21 16:58:10 2009 -0400
@@ -20,10 +20,3 @@ noinst_HEADERS = \
 noinst_HEADERS = \
 	notify-plugin.h \
 	notify-plugin-private.h
-
-install-exec-local:
-	for d in imap pop3 lda; do \
-	  $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
-	  rm -f $(DESTDIR)$(moduledir)/$$d/lib15_notify_plugin$(MODULE_SUFFIX); \
-	  $(LN_S) ../lib15_notify_plugin$(MODULE_SUFFIX) $(DESTDIR)$(moduledir)/$$d; \
-	done


More information about the dovecot-cvs mailing list