diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-06-27 14:07:51 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-06-27 14:07:51 +0800 |
commit | 650dcd5ac9bc00c79e278c2086acfc0a78face10 (patch) | |
tree | 0e178073a4925b84d64fbcf064e50b5afa160e9d /plugins | |
parent | fc8caf5252c74f7cf418ef5405076f138327a66a (diff) | |
download | gsoc2013-evolution-650dcd5ac9bc00c79e278c2086acfc0a78face10.tar gsoc2013-evolution-650dcd5ac9bc00c79e278c2086acfc0a78face10.tar.gz gsoc2013-evolution-650dcd5ac9bc00c79e278c2086acfc0a78face10.tar.bz2 gsoc2013-evolution-650dcd5ac9bc00c79e278c2086acfc0a78face10.tar.lz gsoc2013-evolution-650dcd5ac9bc00c79e278c2086acfc0a78face10.tar.xz gsoc2013-evolution-650dcd5ac9bc00c79e278c2086acfc0a78face10.tar.zst gsoc2013-evolution-650dcd5ac9bc00c79e278c2086acfc0a78face10.zip |
not linking to libevolution-mail.
svn path=/trunk/; revision=29596
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 2 | ||||
-rw-r--r-- | plugins/groupwise-features/Makefile.am | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index f57903fd63..eac8378ed0 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,7 +1,7 @@ 2005-06-27 Sushma Rai <rsushma@novell.com> * org-gnome-groupwise-features.eplug.xml: - Not loading on start-up. + Not loading on start-up and not linking to libevolution-mail. 2005-06-27 Tor Lillqvist <tml@novell.com> diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index 821581cdcd..7b10948f7a 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -32,7 +32,6 @@ liborg_gnome_groupwise_features_la_LIBADD= \ $(top_builddir)/calendar/gui/libevolution-calendar.la \ $(top_builddir)/widgets/misc/libemiscwidgets.la \ $(top_builddir)/filter/libfilter.la \ - $(top_builddir)/mail/libevolution-mail.la \ $(EVOLUTION_CALENDAR_LIBS) \ $(EVOLUTION_MAIL_LIBS) \ $(CAMEL_GROUPWISE_LIBS) |