From 2e1a06c2d2a30631ef4d9e20e5bc93704a0ae75b Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Sat, 2 Jan 2010 13:56:11 +0100 Subject: [PATCH] Forgot to update two makefiles. --- src/lib-sieve/plugins/imap4flags/Makefile.am | 5 +---- src/sieve-tools/debug/Makefile.am | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/lib-sieve/plugins/imap4flags/Makefile.am b/src/lib-sieve/plugins/imap4flags/Makefile.am index 1f8bbad6c..3debfd022 100644 --- a/src/lib-sieve/plugins/imap4flags/Makefile.am +++ b/src/lib-sieve/plugins/imap4flags/Makefile.am @@ -3,10 +3,7 @@ noinst_LTLIBRARIES = libsieve_ext_imap4flags.la AM_CPPFLAGS = \ -I../../ \ -I../variables \ - -I$(dovecot_incdir) \ - -I$(dovecot_incdir)/src/lib \ - -I$(dovecot_incdir)/src/lib-mail \ - -I$(dovecot_incdir)/src/lib-storage + $(SIEVE_LIB_DOVECOT_INCLUDE) commands = \ cmd-flag.c diff --git a/src/sieve-tools/debug/Makefile.am b/src/sieve-tools/debug/Makefile.am index d8c8576ad..e621b9919 100644 --- a/src/sieve-tools/debug/Makefile.am +++ b/src/sieve-tools/debug/Makefile.am @@ -2,10 +2,7 @@ noinst_LTLIBRARIES = libsieve_ext_debug.la AM_CPPFLAGS = \ -I$(top_srcdir)/src/lib-sieve \ - -I$(dovecot_incdir) \ - -I$(dovecot_incdir)/src/lib \ - -I$(dovecot_incdir)/src/lib-mail \ - -I$(dovecot_incdir)/src/lib-storage + $(SIEVE_LIB_DOVECOT_INCLUDE) commands = \ cmd-debug-print.c -- GitLab