[dovecot-cvs] dovecot/src/plugins/quota Makefile.am, 1.6.2.3, 1.6.2.4
tss at dovecot.org
tss at dovecot.org
Fri Dec 15 23:46:21 UTC 2006
Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv10344/plugins/quota
Modified Files:
Tag: branch_1_0
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/quota/Makefile.am,v
retrieving revision 1.6.2.3
retrieving revision 1.6.2.4
diff -u -d -r1.6.2.3 -r1.6.2.4
--- Makefile.am 3 Dec 2006 18:55:34 -0000 1.6.2.3
+++ Makefile.am 15 Dec 2006 23:46:18 -0000 1.6.2.4
@@ -7,12 +7,12 @@
-I$(top_srcdir)/src/lib-storage/index \
-I$(top_srcdir)/src/lib-storage/index/maildir
-lib01_quota_plugin_la_LDFLAGS = -module -avoid-version
+lib10_quota_plugin_la_LDFLAGS = -module -avoid-version
module_LTLIBRARIES = \
- lib01_quota_plugin.la
+ lib10_quota_plugin.la
-lib01_quota_plugin_la_SOURCES = \
+lib10_quota_plugin_la_SOURCES = \
quota.c \
quota-count.c \
quota-fs.c \
@@ -31,6 +31,6 @@
install-exec-local:
for d in imap pop3 lda; do \
$(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
- rm -f $(DESTDIR)$(moduledir)/$$d/lib01_quota_plugin.so; \
- $(LN_S) ../lib01_quota_plugin.so $(DESTDIR)$(moduledir)/$$d; \
+ rm -f $(DESTDIR)$(moduledir)/$$d/lib10_quota_plugin.so; \
+ $(LN_S) ../lib10_quota_plugin.so $(DESTDIR)$(moduledir)/$$d; \
done
More information about the dovecot-cvs
mailing list