dovecot-2.0-sslstream: dovecot-config: LIBDOVECOT_INCLUDE should...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 03:00:17 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/8dcfb629a060
changeset: 10618:8dcfb629a060
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Jan 31 19:15:39 2010 +0200
description:
dovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
Makefile.am |    2 +-

diffs (12 lines):

diff -r 23956a9b915b -r 8dcfb629a060 Makefile.am
--- a/Makefile.am	Sun Jan 31 19:11:21 2010 +0200
+++ b/Makefile.am	Sun Jan 31 19:15:39 2010 +0200
@@ -44,7 +44,7 @@ if INSTALL_HEADERS
 if INSTALL_HEADERS
 install-exec-hook:
 	rm $(DESTDIR)$(pkglibdir)/dovecot-config && \
-	grep -v '^LIBDOVECOT.*_INCLUDE' dovecot-config | \
+	grep -v '^LIBDOVECOT_.*_INCLUDE' dovecot-config | \
 	grep -v '^LIBDOVECOT.*_DEPS' | sed \
 	-e "s|^\(LIBDOVECOT\)=.*$$|\1='-L$(pkglibdir) -ldovecot'|" \
 	-e "s|^\(LIBDOVECOT_LOGIN\)=.*$$|\1=-ldovecot-login|" \


More information about the dovecot-cvs mailing list