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

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

function_plugins_LTLIBRARIES =
function_plugins_LTLIBRARIES += vector.la

include vector_sources.am