summaryrefslogtreecommitdiff
path: root/storage/mroonga/vendor/groonga/plugins/suggest/Makefile.am
blob: 7f321b6c482783fb726180c385db90cec3c0c37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
EXTRA_DIST =					\
	CMakeLists.txt

AM_CFLAGS =					\
	$(MESSAGE_PACK_CFLAGS)			\
	$(MRUBY_CFLAGS)

AM_CPPFLAGS =			\
	-I$(top_builddir)	\
	-I$(top_srcdir)/include	\
	-I$(top_srcdir)/lib

AM_LDFLAGS =					\
	-avoid-version				\
	-module					\
	-no-undefined

LIBS =						\
	$(top_builddir)/lib/libgroonga.la	\
	$(MESSAGE_PACK_LIBS)

suggest_plugins_LTLIBRARIES = suggest.la

include sources.am