[dovecot-cvs] dovecot/src/plugins/expire Makefile.am,1.4,1.5

tss at dovecot.org tss at dovecot.org
Fri Dec 15 23:46:25 UTC 2006


Update of /var/lib/cvs/dovecot/src/plugins/expire
In directory talvi:/tmp/cvs-serv10348/plugins/expire

Modified Files:
	Makefile.am 
Log Message:
Changed the plugin filename numbering (ie. the ordering in which the plugins
are loaded). This doesn't change anything for current plugins, but future
plugins will need this change so they can get themselves loaded between
specific plugins.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/expire/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.am	10 Dec 2006 12:35:04 -0000	1.4
+++ Makefile.am	15 Dec 2006 23:46:23 -0000	1.5
@@ -9,12 +9,12 @@
 	-I$(top_srcdir)/src/lib-storage/index \
 	-DPKG_RUNDIR=\""$(rundir)"\"
 
-lib01_expire_plugin_la_LDFLAGS = -module -avoid-version
+lib20_expire_plugin_la_LDFLAGS = -module -avoid-version
 
 module_LTLIBRARIES = \
-	lib01_expire_plugin.la
+	lib20_expire_plugin.la
 
-lib01_expire_plugin_la_SOURCES = \
+lib20_expire_plugin_la_SOURCES = \
 	expire-env.c \
 	expire-plugin.c
 
@@ -52,6 +52,6 @@
 	  $(DESTDIR)$(moduledir)/pop3 \
 	  $(DESTDIR)$(moduledir)/lda
 	for d in imap pop3 lda; do \
-	  rm -f $(DESTDIR)$(moduledir)/$$d/lib01_expire_plugin.so; \
-	  $(LN_S) ../lib01_expire_plugin.so $(DESTDIR)$(moduledir)/$$d; \
+	  rm -f $(DESTDIR)$(moduledir)/$$d/lib20_expire_plugin.so; \
+	  $(LN_S) ../lib20_expire_plugin.so $(DESTDIR)$(moduledir)/$$d; \
 	done



More information about the dovecot-cvs mailing list