From 6eb273bcb25e1b5dd5c547003a78407b2da23cca Mon Sep 17 00:00:00 2001
From: Emmanuele Bassi <ebassi@gnome.org>
Date: Tue, 12 Jan 2016 17:55:28 +0000
Subject: [PATCH 1/1] Install new public header mset.h
Fixes ticket #705
Signed-off-by: Emmanuele Bassi <ebassi@gnome.org>
---
xapian-core/include/Makefile.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/xapian-core/include/Makefile.mk b/xapian-core/include/Makefile.mk
index f882c57..1b0f1e7 100644
a
|
b
|
xapianinclude_HEADERS =\
|
24 | 24 | include/xapian/iterator.h\ |
25 | 25 | include/xapian/keymaker.h\ |
26 | 26 | include/xapian/matchspy.h\ |
| 27 | include/xapian/mset.h\ |
27 | 28 | include/xapian/positioniterator.h\ |
28 | 29 | include/xapian/postingiterator.h\ |
29 | 30 | include/xapian/postingsource.h\ |