X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fplugins%2FMakefile.am;h=1fb853f4bb13fa28b8632c67f0eae2e3580e40bb;hp=532e9fecf46f06ad7aaa760d9bb597d2db50fd94;hb=97b10e2ad24d9965f3cb99708d2462e89cab9547;hpb=2af36fb958b467b4b5b1bdc0eb1a18097a8a09f0 diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 532e9fecf..1fb853f4b 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -6,10 +6,6 @@ if BUILD_SPAMASSASSIN_PLUGIN spamassasssin_dir = spamassassin endif -if BUILD_MATHML_VIEWER_PLUGIN -mathml_viewer_dir = mathml_viewer -endif - if BUILD_DILLO_VIEWER_PLUGIN dillo_viewer_dir = dillo_viewer endif @@ -27,13 +23,16 @@ 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) \ - $(mathml_viewer_dir) \ $(dillo_viewer_dir) \ $(trayicon_dir) \ $(clamav_dir) \ $(pgpcore_dir) \ - $(pgpmime_dir) + $(pgpmime_dir) \ + $(pgpinline_dir)