Add new functions used by libevolution-composer.la.
2008-06-13 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: Add new functions used by libevolution-composer.la. * addressbook/gui/component/Makefile.am libevolution_addressbook_la_LIBADD): Link with the bootstrap libevolution-mail library on Windows. svn path=/trunk/; revision=35636
This commit is contained in:

committed by
Tor Lillqvist

parent
ef9ac541ca
commit
a378befda0
@ -1,3 +1,8 @@
|
||||
2008-06-13 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* win32/libevolution-mail.def: Add new functions used by
|
||||
libevolution-composer.la.
|
||||
|
||||
2008-06-11 Johnny Jacob <jjohnny@novell.com>
|
||||
|
||||
** Partially fixes #506393
|
||||
|
@ -1,3 +1,8 @@
|
||||
2008-06-13 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gui/component/Makefile.am (libevolution_addressbook_la_LIBADD):
|
||||
Link with the bootstrap libevolution-mail library on Windows.
|
||||
|
||||
2008-06-13 Milan Crha <mcrha@redhat.com>
|
||||
|
||||
** Part of fix for bug #304029
|
||||
|
@ -1,3 +1,7 @@
|
||||
if OS_WIN32
|
||||
WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail.la
|
||||
endif
|
||||
|
||||
INCLUDES = \
|
||||
-DG_LOG_DOMAIN=\"evolution-addressbook\" \
|
||||
-I$(top_srcdir) \
|
||||
@ -57,6 +61,7 @@ libevolution_addressbook_la_LIBADD = \
|
||||
$(top_builddir)/widgets/menus/libmenus.la \
|
||||
$(top_builddir)/a11y/addressbook/libevolution-addressbook-a11y.la \
|
||||
$(top_builddir)/addressbook/importers/libevolution-addressbook-importers.la \
|
||||
$(WIN32_BOOTSTRAP_LIBS) \
|
||||
$(EVOLUTION_ADDRESSBOOK_LIBS) $(LDAP_LIBS)
|
||||
|
||||
|
||||
|
@ -1,4 +1,12 @@
|
||||
EXPORTS
|
||||
e_composer_header_table_set_destinations_bcc
|
||||
e_composer_header_table_set_destinations_to
|
||||
e_composer_header_table_set_subject
|
||||
e_composer_header_table_set_subject
|
||||
e_msg_composer_attach
|
||||
e_msg_composer_get_header_table
|
||||
e_msg_composer_new
|
||||
em_composer_utils_setup_callbacks
|
||||
em_folder_selection_button_get_selection
|
||||
em_folder_selection_button_new
|
||||
em_folder_selection_button_set_selection
|
||||
|
Reference in New Issue
Block a user