summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
blob: 28ae89107b65d3ce6ff9016b466b6a88e516e524 (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
25
26
27
28
29
30
31
32
33
34
DIST_SUBDIRS =		\
	changecase 	\
	docinfo 	\
	externaltools	\
	filebrowser 	\
	modelines	\
	pythonconsole	\
	quickopen	\
	snippets	\
	sort 		\
	spell 		\
	taglist 	\
	time		\
	trailsave

SUBDIRS = 		\
	changecase	\
	docinfo		\
	externaltools	\
	filebrowser	\
	modelines	\
	pythonconsole	\
	quickopen	\
	snippets	\
	sort		\
	taglist		\
	time		\
	trailsave

if ENABLE_ENCHANT
SUBDIRS      += spell
endif

-include $(top_srcdir)/git.mk