summaryrefslogtreecommitdiff
path: root/tests/plugins/Makefile.am
blob: cd5b8cd263c9f7fb6de7dfdaf7c1384ad0b009a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/tests/Makefile.plugin

SUBDIRS = \
	builtin			\
	has-dep			\
	loadable		\
	self-dep

noinst_PLUGIN = \
	full-info.plugin		\
	min-info.plugin			\
	two-deps.plugin			\
	unavailable.plugin

EXTRA_DIST = $(noinst_PLUGIN)