projects
/
claws.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a6efe3b83e89ec353d5eff3eca4f65b9e2c39008
[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_MATHML_VIEWER_PLUGIN
10
mathml_viewer_dir = mathml_viewer
11
endif
12
13
SUBDIRS = $(demo_dir) $(spamassasssin_dir) $(mathml_viewer_dir)
14