summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/include/groonga/Makefile.am
blob: 37a2b6f45a880110e5d221eea20a7f48fb07cf7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
groonga_includedir = $(pkgincludedir)/groonga
groonga_include_HEADERS =			\
	command.h				\
	expr.h					\
	groonga.h				\
	ii.h					\
	obj.h					\
	output.h				\
	plugin.h				\
	portability.h				\
	request_canceler.h			\
	scorer.h				\
	token.h					\
	tokenizer.h				\
	token_filter.h				\
	nfkc.h					\
	normalizer.h				\
	util.h