2013-02-17 [colin] 3.9.0cvs75
[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_CLAMD_PLUGIN
30 clamd_dir = clamd
31 endif
32
33 if BUILD_DEMO_PLUGIN
34 demo_dir = demo
35 endif
36
37 if BUILD_DILLO_VIEWER_PLUGIN
38 dillo_viewer_dir = dillo_viewer
39 endif
40
41 if BUILD_FANCY_PLUGIN
42 fancy_dir = fancy
43 endif
44
45 if BUILD_FETCHINFO_PLUGIN
46 fetchinfo_dir = fetchinfo
47 endif
48
49 if BUILD_GDATA_PLUGIN
50 gdata_dir = gdata
51 endif
52
53 if BUILD_MAILMBOX_PLUGIN
54 mailmbox_dir = mailmbox
55 endif
56
57 if BUILD_NEWMAIL_PLUGIN
58 newmail_dir = newmail
59 endif
60
61 if BUILD_NOTIFICATION_PLUGIN
62 notification_dir = notification
63 endif
64
65 if BUILD_PDF_VIEWER_PLUGIN
66 pdf_viewer_dir = pdf_viewer
67 endif
68
69 if BUILD_PERL_PLUGIN
70 perl_dir = perl
71 endif
72
73 if BUILD_PYTHON_PLUGIN
74 python_dir = python
75 endif
76
77 if BUILD_PGPCORE_PLUGIN
78 pgpcore_dir = pgpcore
79 if BUILD_PGPMIME_PLUGIN
80 pgpmime_dir = pgpmime
81 endif
82 if BUILD_PGPINLINE_PLUGIN
83 pgpinline_dir = pgpinline
84 endif
85 if BUILD_SMIME_PLUGIN
86 smime_dir = smime
87 endif
88 endif
89
90 if BUILD_RSSYL_PLUGIN
91 rssyl_dir = rssyl
92 endif
93
94 if BUILD_SPAMASSASSIN_PLUGIN
95 spamassasssin_dir = spamassassin
96 endif
97
98 if BUILD_TRAYICON_PLUGIN
99 trayicon_dir = trayicon
100 endif
101
102 if BUILD_VCALENDAR_PLUGIN
103 vcalendar_dir = vcalendar
104 endif
105
106 SUBDIRS = \
107         $(acpi_notifier_dir) \
108         $(address_keeper_dir) \
109         $(archive_dir) \
110         $(att_remover_dir) \
111         $(attachwarner_dir) \
112         $(bogofilter_dir) \
113         $(bsfilter_dir) \
114         $(clamd_dir) \
115         $(demo_dir) \
116         $(dillo_viewer_dir) \
117         $(fancy_dir) \
118         $(fetchinfo_dir) \
119         $(gdata_dir) \
120         $(mailmbox_dir) \
121         $(newmail_dir) \
122         $(notification_dir) \
123         $(pdf_viewer_dir) \
124         $(perl_dir) \
125         $(python_dir) \
126         $(pgpcore_dir) \
127         $(pgpmime_dir) \
128         $(pgpinline_dir) \
129         $(rssyl_dir) \
130         $(spamassasssin_dir) \
131         $(smime_dir) \
132         $(trayicon_dir) \
133         $(vcalendar_dir)