04532ab93f460bb9458a0f08482521063df294aa
[claws.git] / src / plugins / Makefile.am
1 if BUILD_DEMO_PLUGIN
2 demo_dir = demo
3 endif
4
5 if BUILD_SPAMASSASSIN_PLUGIN
6 spamassasssin_dir = spamassassin
7 endif
8
9 if BUILD_MATHML_VIEWER_PLUGIN
10 mathml_viewer_dir = mathml_viewer
11 endif
12
13 if BUILD_DILLO_VIEWER_PLUGIN
14 dillo_viewer_dir = dillo_viewer
15 endif
16
17 if BUILD_IMAGE_VIEWER_PLUGIN
18 image_viewer_dir = image_viewer
19 endif
20
21 if BUILD_TRAYICON_PLUGIN
22 trayicon_dir = trayicon
23 endif
24
25 if BUILD_CLAMAV_PLUGIN
26 clamav_dir = clamav
27 endif
28
29 SUBDIRS = $(demo_dir) \
30         $(spamassasssin_dir) \
31         $(mathml_viewer_dir) \
32         $(dillo_viewer_dir) \
33         $(image_viewer_dir) \
34         $(trayicon_dir) \
35         $(clamav_dir)