From: Timo Sirainen Date: Sun, 31 Jan 2010 17:15:39 +0000 (+0200) Subject: dovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file. X-Git-Tag: 2.0.beta2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e4b2a8b8e36bce52b605e20bc5a17b42b6419e3;p=thirdparty%2Fdovecot%2Fcore.git dovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file. --HG-- branch : HEAD --- diff --git a/Makefile.am b/Makefile.am index 42389773db..6cb649799a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ dovecot-config: dovecot-config.in Makefile 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|" \