0.8.11claws39
[claws.git] / src / plugins / Makefile.am
index 0830d867045f8e3c58562f674fae05587a8260c1..ab83c20cc477d14b6e1eddc4817e4729b15cf132 100644 (file)
@@ -14,7 +14,12 @@ if BUILD_DILLO_VIEWER_PLUGIN
 dillo_viewer_dir = dillo_viewer
 endif
 
+if BUILD_TRAYICON_PLUGIN
+trayicon_dir = trayicon
+endif
 
-SUBDIRS = $(demo_dir) $(spamassasssin_dir) $(mathml_viewer_dir) \
-         $(dillo_viewer_dir) 
-
+SUBDIRS = $(demo_dir) \
+       $(spamassasssin_dir) \
+       $(mathml_viewer_dir) \
+       $(dillo_viewer_dir) \
+       $(trayicon_dir)