diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/groupwise-features/Makefile.am | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index ec491142c5..174cb8ff42 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,9 @@ +2005-06-25 Harish Krishnaswamy <kharish@novell.com> + + * Makefile.am: Reverting previous commit. Do not remove + $(EVOLUTION_MAIL_LIBS) from LIBADD. The addressbook dependency + is not required atm. + 2005-06-25 Sushma Rai <rsushma@novell.com> * Makefile.am: Linking to libevolution-mail and libevolution-addressbook diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index 81ea31f6ac..c1658cceb2 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -27,12 +27,11 @@ liborg_gnome_groupwise_features_la_SOURCES = \ status-track.c \ addressbook-groupwise.c -liborg_gnome_groupwise_features_la_LIBADD= \ - $(CAMEL_GROUPWISE_LIBS) \ - $(top_builddir)/e-util/libeutil.la \ - $(top_builddir)/widgets/misc/libemiscwidgets.la \ - $(top_builddir)/mail/libevolution-mail.la \ - $(top_builddir)/addressbook/gui/component/libevolution-addressbook.la +liborg_gnome_groupwise_features_la_LIBADD= \ + $(EVOLUTION_MAIL_LIBS) \ + $(CAMEL_GROUPWISE_LIBS) \ + $(top_builddir)/e-util/libeutil.la \ + $(top_builddir)/widgets/misc/libemiscwidgets.la |