2013-02-16 [colin] 3.9.0cvs74
[claws.git] / src / plugins / Makefile.am
1 if BUILD_ACPI_NOTIFIER_PLUGIN
2 acpi_notifier_dir = acpi_notifier
3 endif
4
5 if BUILD_ADDRESS_KEEPER_PLUGIN
6 address_keeper_dir = address_keeper
7 endif
8
9 if BUILD_ARCHIVE_PLUGIN
10 archive_dir = archive
11 endif
12
13 if BUILD_ATTACHWARNER_PLUGIN
14 attachwarner_dir = attachwarner
15 endif
16
17 if BUILD_ATT_REMOVER_PLUGIN
18 att_remover_dir = att_remover
19 endif
20
21 if BUILD_BOGOFILTER_PLUGIN
22 bogofilter_dir = bogofilter
23 endif
24
25 if BUILD_BSFILTER_PLUGIN
26 bsfilter_dir = bsfilter
27 endif
28
29 if BUILD_DEMO_PLUGIN
30 demo_dir = demo
31 endif
32
33 if BUILD_DILLO_VIEWER_PLUGIN
34 dillo_viewer_dir = dillo_viewer
35 endif
36
37 if BUILD_FANCY_PLUGIN
38 fancy_dir = fancy
39 endif
40
41 if BUILD_PGPCORE_PLUGIN
42 pgpcore_dir = pgpcore
43 if BUILD_PGPMIME_PLUGIN
44 pgpmime_dir = pgpmime
45 endif
46 if BUILD_PGPINLINE_PLUGIN
47 pgpinline_dir = pgpinline
48 endif
49 if BUILD_SMIME_PLUGIN
50 smime_dir = smime
51 endif
52 endif
53
54 if BUILD_RSSYL_PLUGIN
55 rssyl_dir = rssyl
56 endif
57
58 if BUILD_SPAMASSASSIN_PLUGIN
59 spamassasssin_dir = spamassassin
60 endif
61
62 if BUILD_TRAYICON_PLUGIN
63 trayicon_dir = trayicon
64 endif
65
66 if BUILD_VCALENDAR_PLUGIN
67 vcalendar_dir = vcalendar
68 endif
69
70 SUBDIRS = \
71         $(acpi_notifier_dir) \
72         $(address_keeper_dir) \
73         $(archive_dir) \
74         $(att_remover_dir) \
75         $(attachwarner_dir) \
76         $(bogofilter_dir) \
77         $(bsfilter_dir) \
78         $(demo_dir) \
79         $(dillo_viewer_dir) \
80         $(fancy_dir) \
81         $(pgpcore_dir) \
82         $(pgpmime_dir) \
83         $(pgpinline_dir) \
84         $(rssyl_dir) \
85         $(spamassasssin_dir) \
86         $(smime_dir) \
87         $(trayicon_dir) \
88         $(vcalendar_dir)