dovecot-2.0-pigeonhole: Makefile fix: rhel5 still has too old au...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Jul 20 14:30:17 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/01ee63b788c9
changeset: 1338:01ee63b788c9
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Jul 20 13:29:46 2010 +0200
description:
Makefile fix: rhel5 still has too old automake that doesn't define $builddir.

diffstat:

 src/lib-sieve/Makefile.am   |  2 +-
 src/sieve-tools/Makefile.am |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c37eec591842 -r 01ee63b788c9 src/lib-sieve/Makefile.am
--- a/src/lib-sieve/Makefile.am	Sat Jul 17 19:57:25 2010 +0200
+++ b/src/lib-sieve/Makefile.am	Tue Jul 20 13:29:46 2010 +0200
@@ -45,7 +45,7 @@
 endif
 
 # These are not actual plugins just yet...
-extdir = $(builddir)/plugins
+extdir = $(top_builddir)/src/lib-sieve/plugins
 plugins = \
 	$(extdir)/vacation/libsieve_ext_vacation.la \
 	$(extdir)/subaddress/libsieve_ext_subaddress.la \
diff -r c37eec591842 -r 01ee63b788c9 src/sieve-tools/Makefile.am
--- a/src/sieve-tools/Makefile.am	Sat Jul 17 19:57:25 2010 +0200
+++ b/src/sieve-tools/Makefile.am	Tue Jul 20 13:29:46 2010 +0200
@@ -16,7 +16,7 @@
 libs = \
 	$(top_builddir)/src/lib-sieve/libdovecot-sieve.la \
 	$(top_builddir)/src/lib-sieve-tool/libsieve-tool.la \
-	$(builddir)/debug/libsieve_ext_debug.la
+	$(top_builddir)/src/sieve-tools/debug/libsieve_ext_debug.la
 
 libs_ldadd = $(libs) $(LIBDOVECOT_STORAGE) $(LIBDOVECOT_LDA) $(LIBDOVECOT)
 libs_deps = $(libs) $(LIBDOVECOT_STORAGE_DEPS) $(LIBDOVECOT_LDA_DEPS) $(LIBDOVECOT_DEPS)


More information about the dovecot-cvs mailing list