2005-12-05 [paul] 1.9.100cvs63
[claws.git] / src / plugins / Makefile.am
index 532e9fecf46f06ad7aaa760d9bb597d2db50fd94..1fb853f4bb13fa28b8632c67f0eae2e3580e40bb 100644 (file)
@@ -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)