diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-01 06:05:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-01 06:05:21 +0800 |
commit | b639d1ed02e9788d98f2a202fc53105ff4bc4387 (patch) | |
tree | b430925158d408523ce19ddf1430840fb59a2c68 /Makefile.am | |
parent | 20c9b4459541ad43ed0f0197e6468d6064300d77 (diff) | |
download | gsoc2013-evolution-b639d1ed02e9788d98f2a202fc53105ff4bc4387.tar.gz gsoc2013-evolution-b639d1ed02e9788d98f2a202fc53105ff4bc4387.tar.zst gsoc2013-evolution-b639d1ed02e9788d98f2a202fc53105ff4bc4387.zip |
See which plugins compile and enable those that do. Looks like about
half right now; many of which are failing simply because I haven't done
the Mail module yet. Many of those that DO compile still need to be
converted from EMenu/EPopup to EPluginUI.
svn path=/branches/kill-bonobo/; revision=36509
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 02f1a161f6..c1f66cc831 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,7 @@ SUBDIRS = \ addressbook \ calendar \ art \ + plugins \ doc \ ui \ views \ |