]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot-config: LIBDOVECOT_INCLUDE shouldn't have been dropped from installed file.
authorTimo Sirainen <tss@iki.fi>
Sun, 31 Jan 2010 17:15:39 +0000 (19:15 +0200)
committerTimo Sirainen <tss@iki.fi>
Sun, 31 Jan 2010 17:15:39 +0000 (19:15 +0200)
--HG--
branch : HEAD

Makefile.am

index 42389773db1143196421930cdc86561d8bb4e9ec..6cb649799a00efd7bce830b5b8371b5301904d8b 100644 (file)
@@ -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|" \