From 9512ce5821e0794936f1d1b1ccda491ffcd7e7ee Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Mon, 3 Aug 2009 16:43:55 +0200
Subject: [PATCH] Fixed automake bug in new maibox extension sources.

---
 src/lib-sieve/plugins/mailbox/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib-sieve/plugins/mailbox/Makefile.am b/src/lib-sieve/plugins/mailbox/Makefile.am
index 7e93fa984..cb5ec8219 100644
--- a/src/lib-sieve/plugins/mailbox/Makefile.am
+++ b/src/lib-sieve/plugins/mailbox/Makefile.am
@@ -14,7 +14,6 @@ commands = \
 	cmd-mailboxexists.c
 
 libsieve_ext_mailbox_la_SOURCES = \
-	ext-mailbox-commonc \
 	$(tags) \
 	$(commands) \
 	ext-mailbox.c
-- 
GitLab