[dovecot-cvs] dovecot/src/plugins/acl Makefile.am,1.1.2.2,1.1.2.3
tss at dovecot.org
tss at dovecot.org
Thu Dec 28 16:54:49 UTC 2006
Update of /var/lib/cvs/dovecot/src/plugins/acl
In directory talvi:/tmp/cvs-serv1470
Modified Files:
Tag: branch_1_0
Makefile.am
Log Message:
ACL plugin was supposed to be with 01 priority, not 10.
Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/acl/Makefile.am,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- Makefile.am 15 Dec 2006 23:46:17 -0000 1.1.2.2
+++ Makefile.am 28 Dec 2006 16:54:47 -0000 1.1.2.3
@@ -3,12 +3,12 @@
-I$(top_srcdir)/src/lib-mail \
-I$(top_srcdir)/src/lib-storage
-lib10_acl_plugin_la_LDFLAGS = -module -avoid-version
+lib01_acl_plugin_la_LDFLAGS = -module -avoid-version
module_LTLIBRARIES = \
- lib10_acl_plugin.la
+ lib01_acl_plugin.la
-lib10_acl_plugin_la_SOURCES = \
+lib01_acl_plugin_la_SOURCES = \
acl-api.c \
acl-backend.c \
acl-backend-vfile.c \
@@ -26,6 +26,6 @@
install-exec-local:
for d in imap lda; do \
$(mkdir_p) $(DESTDIR)$(moduledir)/$$d; \
- rm -f $(DESTDIR)$(moduledir)/$$d/lib10_acl_plugin.so; \
+ rm -f $(DESTDIR)$(moduledir)/$$d/lib01_acl_plugin.so; \
$(LN_S) ../lib01_acl_plugin.so $(DESTDIR)$(moduledir)/$$d; \
done
More information about the dovecot-cvs
mailing list