dovecot-2.2: Makefile: Install the useful doveadm*.h headers.

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 17 11:15:34 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/f3dbc8bd625b
changeset: 14913:f3dbc8bd625b
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 17 11:15:21 2012 +0300
description:
Makefile: Install the useful doveadm*.h headers.

diffstat:

 src/doveadm/Makefile.am |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 0c25f3ce29ef -r f3dbc8bd625b src/doveadm/Makefile.am
--- a/src/doveadm/Makefile.am	Fri Aug 17 08:46:22 2012 +0300
+++ b/src/doveadm/Makefile.am	Fri Aug 17 11:15:21 2012 +0300
@@ -116,9 +116,8 @@
 	doveadm-print-server.c \
 	main.c
 
-noinst_HEADERS = \
-	client-connection.h \
-	server-connection.h \
+pkginc_libdir = $(pkgincludedir)
+pkginc_lib_HEADERS = \
 	doveadm.h \
 	doveadm-dump.h \
 	doveadm-mail.h \
@@ -126,9 +125,13 @@
 	doveadm-mailbox-list-iter.h \
 	doveadm-print.h \
 	doveadm-print-private.h \
+	doveadm-util.h
+
+noinst_HEADERS = \
+	client-connection.h \
+	server-connection.h \
 	doveadm-server.h \
 	doveadm-settings.h \
-	doveadm-util.h \
 	doveadm-who.h
 
 install-exec-local:


More information about the dovecot-cvs mailing list