changeset 18124:9b7fdacccf99

fts: Install some of the header files that other external plugins might want to use.
author Timo Sirainen <tss@iki.fi>
date Fri, 05 Dec 2014 03:11:14 +0200
parents 94c8db49fe59
children a3ac6d5e5915
files src/plugins/fts/Makefile.am
diffstat 1 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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