2008-01-31 [colin] 3.2.0cvs70
[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_PGPCORE_PLUGIN
22 pgpcore_dir = pgpcore
23 if BUILD_PGPMIME_PLUGIN
24 pgpmime_dir = pgpmime
25 endif
26 if BUILD_PGPINLINE_PLUGIN
27 pgpinline_dir = pgpinline
28 endif
29 endif
30
31 SUBDIRS = $(demo_dir) \
32         $(spamassasssin_dir) \
33         $(bogofilter_dir) \
34         $(dillo_viewer_dir) \
35         $(trayicon_dir) \
36         $(pgpcore_dir) \
37         $(pgpmime_dir) \
38         $(pgpinline_dir)