changeset 10617:8dcfb629a060 HEAD

dovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file.
author Timo Sirainen <tss@iki.fi>
date Sun, 31 Jan 2010 19:15:39 +0200
parents 23956a9b915b
children 2893ca172707
files Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 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|" \