[dovecot-cvs] dovecot/src/plugins/fts Makefile.am,1.1,1.2

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


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

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/fts/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	17 Sep 2006 16:28:12 -0000	1.1
+++ Makefile.am	15 Dec 2006 23:46:23 -0000	1.2
@@ -3,12 +3,12 @@
 	-I$(top_srcdir)/src/lib-mail \
 	-I$(top_srcdir)/src/lib-storage
 
-lib01_fts_plugin_la_LDFLAGS = -module -avoid-version
+lib20_fts_plugin_la_LDFLAGS = -module -avoid-version
 
 module_LTLIBRARIES = \
-	lib01_fts_plugin.la
+	lib20_fts_plugin.la
 
-lib01_fts_plugin_la_SOURCES = \
+lib20_fts_plugin_la_SOURCES = \
 	fts-api.c \
 	fts-plugin.c \
 	fts-storage.c
@@ -21,6 +21,6 @@
 install-exec-local:
 	for d in imap lda; do \
 	  $(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
-	  rm -f $(DESTDIR)$(moduledir)/$$d/lib01_fts_plugin.so; \
-	  $(LN_S) ../lib01_fts_plugin.so $(DESTDIR)$(moduledir)/$$d; \
+	  rm -f $(DESTDIR)$(moduledir)/$$d/lib20_fts_plugin.so; \
+	  $(LN_S) ../lib20_fts_plugin.so $(DESTDIR)$(moduledir)/$$d; \
 	done



More information about the dovecot-cvs mailing list