1ACLOCAL_AMFLAGS = -I build/cache -I build -I build/bundled -I geanypy/m4 --install
2AM_DISTCHECK_CONFIGURE_FLAGS = --with-geany-libdir='$${libdir}'
3
4SUBDIRS = po
5
6if ENABLE_UTILSLIB
7SUBDIRS += utils
8endif
9
10if ENABLE_ADDONS
11SUBDIRS += addons
12endif
13
14if ENABLE_AUTOCLOSE
15SUBDIRS += autoclose
16endif
17
18if ENABLE_AUTOMARK
19SUBDIRS += automark
20endif
21
22if ENABLE_CODENAV
23SUBDIRS += codenav
24endif
25
26if ENABLE_COMMANDER
27SUBDIRS += commander
28endif
29
30if ENABLE_DEBUGGER
31SUBDIRS += debugger
32endif
33
34if ENABLE_DEFINEFORMAT
35SUBDIRS += defineformat
36endif
37
38if ENABLE_DEVHELP
39SUBDIRS += devhelp
40endif
41
42if ENABLE_GEANYCTAGS
43SUBDIRS += geanyctags
44endif
45
46if ENABLE_GEANYDOC
47SUBDIRS += geanydoc
48endif
49
50if ENABLE_GEANYEXTRASEL
51SUBDIRS += geanyextrasel
52endif
53
54if ENABLE_GEANYGENDOC
55SUBDIRS += geanygendoc
56endif
57
58if ENABLE_GEANYINSERTNUM
59SUBDIRS += geanyinsertnum
60endif
61
62if ENABLE_LATEX
63SUBDIRS += latex
64endif
65
66if ENABLE_GEANYLUA
67SUBDIRS += geanylua
68endif
69
70if ENABLE_GEANYMACRO
71SUBDIRS += geanymacro
72endif
73
74if ENABLE_GEANYMINISCRIPT
75SUBDIRS += geanyminiscript
76endif
77
78if ENABLE_GEANYNUMBEREDBOOKMARKS
79SUBDIRS += geanynumberedbookmarks
80endif
81
82if ENABLE_GEANYPG
83SUBDIRS += geanypg
84endif
85
86if ENABLE_GEANYPRJ
87SUBDIRS += geanyprj
88endif
89
90if ENABLE_GEANYPY
91SUBDIRS += geanypy
92endif
93
94
95if ENABLE_GEANYVC
96SUBDIRS += geanyvc
97endif
98
99if ENABLE_GENIUSPASTE
100SUBDIRS += geniuspaste
101endif
102
103if ENABLE_GITCHANGEBAR
104SUBDIRS += git-changebar
105endif
106
107if ENABLE_KEYRECORD
108SUBDIRS += keyrecord
109endif
110
111if ENABLE_LINEOPERATIONS
112SUBDIRS += lineoperations
113endif
114
115if ENABLE_LIPSUM
116SUBDIRS += lipsum
117endif
118
119if ENABLE_MARKDOWN
120SUBDIRS += markdown
121endif
122
123if ENABLE_MULTITERM
124SUBDIRS += multiterm
125endif
126
127if ENABLE_OVERVIEW
128SUBDIRS += overview
129endif
130
131if ENABLE_PAIRTAGHIGHLIGHTER
132SUBDIRS += pairtaghighlighter
133endif
134
135if ENABLE_POHELPER
136SUBDIRS += pohelper
137endif
138
139if ENABLE_PRETTY_PRINTER
140SUBDIRS += pretty-printer
141endif
142
143if ENABLE_PROJECTORGANIZER
144SUBDIRS += projectorganizer
145endif
146
147if ENABLE_SCOPE
148SUBDIRS += scope
149endif
150
151if ENABLE_SENDMAIL
152SUBDIRS += sendmail
153endif
154
155if ENABLE_SHIFTCOLUMN
156SUBDIRS += shiftcolumn
157endif
158
159if ENABLE_SPELLCHECK
160SUBDIRS += spellcheck
161endif
162
163if ENABLE_TABLECONVERT
164SUBDIRS += tableconvert
165endif
166
167if ENABLE_TREEBROWSER
168SUBDIRS += treebrowser
169endif
170
171if ENABLE_UPDATECHECKER
172SUBDIRS += updatechecker
173endif
174
175if ENABLE_VIMODE
176SUBDIRS += vimode
177endif
178
179if ENABLE_WEBHELPER
180SUBDIRS += webhelper
181endif
182
183if ENABLE_WORKBENCH
184SUBDIRS += workbench
185endif
186
187if ENABLE_XMLSNIPPETS
188SUBDIRS += xmlsnippets
189endif
190