2007-01-26 [wwp] 2.7.2cvs2
[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_BOGOFILTER_PLUGIN
10 bogofilter_dir = bogofilter
11 endif
12
13 if BUILD_DILLO_VIEWER_PLUGIN
14 dillo_viewer_dir = dillo_viewer
15 endif
16
17 if BUILD_TRAYICON_PLUGIN
18 trayicon_dir = trayicon
19 endif
20
21 if BUILD_CLAMAV_PLUGIN
22 clamav_dir = clamav
23 endif
24
25 if BUILD_PGPCORE_PLUGIN
26 pgpcore_dir = pgpcore
27 if BUILD_PGPMIME_PLUGIN
28 pgpmime_dir = pgpmime
29 endif
30 if BUILD_PGPINLINE_PLUGIN
31 pgpinline_dir = pgpinline
32 endif
33 endif
34
35 SUBDIRS = $(demo_dir) \
36         $(spamassasssin_dir) \
37         $(bogofilter_dir) \
38         $(dillo_viewer_dir) \
39         $(trayicon_dir) \
40         $(clamav_dir) \
41         $(pgpcore_dir) \
42         $(pgpmime_dir) \
43         $(pgpinline_dir)