X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=1fb853f4bb13fa28b8632c67f0eae2e3580e40bb;hp=ca47eb058afae6b89e60bf9c642bb448f0768479;hb=97b10e2ad24d9965f3cb99708d2462e89cab9547;hpb=105e9859e9dae059fd928c1339d349dac506af2a;ds=sidebyside diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index ca47eb058..1fb853f4b 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -1,10 +1,38 @@ if BUILD_DEMO_PLUGIN -demodir = demo +demo_dir = demo endif if BUILD_SPAMASSASSIN_PLUGIN -spamassasssindir = spamassassin +spamassasssin_dir = spamassassin endif -SUBDIRS = $(demodir) $(spamassasssindir) +if BUILD_DILLO_VIEWER_PLUGIN +dillo_viewer_dir = dillo_viewer +endif + +if BUILD_TRAYICON_PLUGIN +trayicon_dir = trayicon +endif + +if BUILD_CLAMAV_PLUGIN +clamav_dir = clamav +endif + +if BUILD_PGPCORE_PLUGIN +pgpcore_dir = pgpcore +if BUILD_PGPMIME_PLUGIN +pgpmime_dir = pgpmime +endif +if BUILD_PGPINLINE_PLUGIN +pgpinline_dir = pgpinline +endif +endif +SUBDIRS = $(demo_dir) \ + $(spamassasssin_dir) \ + $(dillo_viewer_dir) \ + $(trayicon_dir) \ + $(clamav_dir) \ + $(pgpcore_dir) \ + $(pgpmime_dir) \ + $(pgpinline_dir)