Fixed some symbol resolution errors with groupwise-features plugin.
svn path=/trunk/; revision=29584
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2005-06-25 Sushma Rai <rsushma@novell.com>
|
||||
|
||||
* gui/contact-list-editor/Makefile.am: Linking to
|
||||
libevolution-addressbook.
|
||||
|
||||
2005-06-18 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gui/component/Makefile.am
|
||||
|
||||
@ -30,6 +30,7 @@ libecontactlisteditor_la_LIBADD = \
|
||||
$(WIN32_BOOTSTRAP_LIBS) \
|
||||
$(top_builddir)/addressbook/util/libeabutil.la \
|
||||
$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la \
|
||||
$(top_builddir)/addressbook/gui/component/libevolution-addressbook.la \
|
||||
$(top_builddir)/widgets/table/libetable.la \
|
||||
$(top_builddir)/widgets/misc/libemiscwidgets.la \
|
||||
$(top_builddir)/e-util/libeutil.la \
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
2005-06-25 Sushma Rai <rsushma@novell.com>
|
||||
|
||||
* Makefile.am: Linking to libevolution-mail and libevolution-addressbook
|
||||
|
||||
2005-06-24 Sushma Rai <rsushma@novell.com>
|
||||
|
||||
* org-gnome-groupwise-features.eplug.xml: Set load-on-startup.
|
||||
|
||||
2005-06-18 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* org-gnome-groupwise-features.eplug.xml: Use SOEXT.
|
||||
|
||||
@ -27,11 +27,12 @@ liborg_gnome_groupwise_features_la_SOURCES = \
|
||||
status-track.c \
|
||||
addressbook-groupwise.c
|
||||
|
||||
liborg_gnome_groupwise_features_la_LIBADD= \
|
||||
$(EVOLUTION_MAIL_LIBS) \
|
||||
$(CAMEL_GROUPWISE_LIBS) \
|
||||
$(top_builddir)/e-util/libeutil.la \
|
||||
$(top_builddir)/widgets/misc/libemiscwidgets.la
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user