dovecot-2.2: Makefile: iostream-*ssl.h wasn't being installed.

dovecot at dovecot.org dovecot at dovecot.org
Thu Aug 16 14:25:28 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/7436df9a9922
changeset: 14909:7436df9a9922
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 16 14:25:21 2012 +0300
description:
Makefile: iostream-*ssl.h wasn't being installed.

diffstat:

 src/lib-ssl-iostream/Makefile.am |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r deb47efdc006 -r 7436df9a9922 src/lib-ssl-iostream/Makefile.am
--- a/src/lib-ssl-iostream/Makefile.am	Thu Aug 16 06:09:22 2012 +0300
+++ b/src/lib-ssl-iostream/Makefile.am	Thu Aug 16 14:25:21 2012 +0300
@@ -21,6 +21,9 @@
 libssl_iostream_la_LIBADD = \
 	$(SSL_LIBS)
 
-noinst_HEADERS = \
+headers = \
 	iostream-openssl.h \
 	iostream-ssl.h
+
+pkginc_libdir=$(pkgincludedir)
+pkginc_lib_HEADERS = $(headers)


More information about the dovecot-cvs mailing list