dovecot-2.0-sslstream: login-common: Install headers.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:57:22 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/127fb230e269
changeset: 10551:127fb230e269
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Jan 02 11:36:08 2010 -0500
description:
login-common: Install headers.

diffstat:

1 file changed, 8 insertions(+), 1 deletion(-)
src/login-common/Makefile.am |    9 ++++++++-

diffs (26 lines):

diff -r 9ae939146ff7 -r 127fb230e269 src/login-common/Makefile.am
--- a/src/login-common/Makefile.am	Sat Jan 02 11:35:59 2010 -0500
+++ b/src/login-common/Makefile.am	Sat Jan 02 11:36:08 2010 -0500
@@ -22,7 +22,7 @@ liblogin_la_LIBADD = \
 liblogin_la_LIBADD = \
 	$(SSL_LIBS)
 
-noinst_HEADERS = \
+headers = \
 	client-common.h \
 	login-common.h \
 	login-proxy.h \
@@ -31,6 +31,13 @@ noinst_HEADERS = \
 	sasl-server.h \
 	ssl-proxy.h
 
+if INSTALL_HEADERS
+  pkginc_libdir=$(pkgincludedir)
+  pkginc_lib_HEADERS = $(headers)
+else
+  noinst_HEADERS = $(headers)
+endif
+
 pkglib_LTLIBRARIES = libdovecot-login.la
 libdovecot_login_la_SOURCES = 
 libdovecot_login_la_LIBADD = liblogin.la


More information about the dovecot-cvs mailing list