dovecot-2.2: lib-fts: Install headers on make install.

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 11 11:27:33 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/79b8efbbad96
changeset: 18930:79b8efbbad96
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 11 14:27:01 2015 +0300
description:
lib-fts: Install headers on make install.

diffstat:

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

diffs (22 lines):

diff -r 6bebbf0e1ec8 -r 79b8efbbad96 src/lib-fts/Makefile.am
--- a/src/lib-fts/Makefile.am	Mon Aug 10 15:39:50 2015 +0300
+++ b/src/lib-fts/Makefile.am	Tue Aug 11 14:27:01 2015 +0300
@@ -73,7 +73,7 @@
 	fts-tokenizer-generic.c \
 	$(ICU_SOURCES)
 
-noinst_HEADERS = \
+headers = \
 	fts-common.h \
 	fts-filter.h \
 	fts-filter-private.h \
@@ -83,6 +83,9 @@
 	fts-tokenizer-private.h \
 	fts-tokenizer-generic-private.h
 
+pkginc_libdir=$(pkgincludedir)
+pkginc_lib_HEADERS = $(headers)
+
 test_programs = \
 	$(ICU_TESTS) \
 	$(TEST_FTS_LANGUAGE) \


More information about the dovecot-cvs mailing list