diff options
-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) |