2005-12-05 [paul] 1.9.100cvs63
[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_DILLO_VIEWER_PLUGIN
10 dillo_viewer_dir = dillo_viewer
11 endif
12
13 if BUILD_TRAYICON_PLUGIN
14 trayicon_dir = trayicon
15 endif
16
17 if BUILD_CLAMAV_PLUGIN
18 clamav_dir = clamav
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         $(dillo_viewer_dir) \
34         $(trayicon_dir) \
35         $(clamav_dir) \
36         $(pgpcore_dir) \
37         $(pgpmime_dir) \
38         $(pgpinline_dir)