aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-06-25 21:24:53 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-06-25 21:24:53 +0800
commit68fe0f1f1a45d038bdcf01d2cb037f7177f39370 (patch)
tree320effc0026939ec29e05df2756b909b5150c919
parentf3da3d105b2d1e2be208eeb99db4f3bc68d2b72d (diff)
downloadgsoc2013-evolution-68fe0f1f1a45d038bdcf01d2cb037f7177f39370.tar
gsoc2013-evolution-68fe0f1f1a45d038bdcf01d2cb037f7177f39370.tar.gz
gsoc2013-evolution-68fe0f1f1a45d038bdcf01d2cb037f7177f39370.tar.bz2
gsoc2013-evolution-68fe0f1f1a45d038bdcf01d2cb037f7177f39370.tar.lz
gsoc2013-evolution-68fe0f1f1a45d038bdcf01d2cb037f7177f39370.tar.xz
gsoc2013-evolution-68fe0f1f1a45d038bdcf01d2cb037f7177f39370.tar.zst
gsoc2013-evolution-68fe0f1f1a45d038bdcf01d2cb037f7177f39370.zip
Reverting previous commit. Do not remove $(EVOLUTION_MAIL_LIBS) from
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.) svn path=/trunk/; revision=29587
-rw-r--r--plugins/groupwise-features/ChangeLog6
-rw-r--r--plugins/groupwise-features/Makefile.am11
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