dovecot-2.2: fts: Install some of the header files that other ex...

dovecot at dovecot.org dovecot at dovecot.org
Fri Dec 5 01:11:45 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/9b7fdacccf99
changeset: 18124:9b7fdacccf99
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Dec 05 03:11:14 2014 +0200
description:
fts: Install some of the header files that other external plugins might want to use.

diffstat:

 src/plugins/fts/Makefile.am |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 94c8db49fe59 -r 9b7fdacccf99 src/plugins/fts/Makefile.am
--- a/src/plugins/fts/Makefile.am	Fri Dec 05 03:10:32 2014 +0200
+++ b/src/plugins/fts/Makefile.am	Fri Dec 05 03:11:14 2014 +0200
@@ -32,15 +32,18 @@
 	fts-search-serialize.c \
 	fts-storage.c
 
+pkginc_libdir=$(pkgincludedir)
+pkginc_lib_HEADERS = \
+	fts-api.h \
+	fts-api-private.h \
+	fts-expunge-log.h \
+	fts-indexer.h \
+	fts-parser.h
+
 noinst_HEADERS = \
 	doveadm-fts.h \
 	html-entities.h \
-	fts-api.h \
-	fts-api-private.h \
 	fts-build-mail.h \
-	fts-expunge-log.h \
-	fts-indexer.h \
-	fts-parser.h \
 	fts-plugin.h \
 	fts-search-serialize.h \
 	fts-storage.h


More information about the dovecot-cvs mailing list