evolution r35636 - in trunk: . addressbook addressbook/gui/component win32



Author: tml
Date: Fri Jun 13 10:45:31 2008
New Revision: 35636
URL: http://svn.gnome.org/viewvc/evolution?rev=35636&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/addressbook/ChangeLog
   trunk/addressbook/gui/component/Makefile.am
   trunk/win32/libevolution-mail.def

Modified: trunk/addressbook/gui/component/Makefile.am
==============================================================================
--- trunk/addressbook/gui/component/Makefile.am	(original)
+++ trunk/addressbook/gui/component/Makefile.am	Fri Jun 13 10:45:31 2008
@@ -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 @@
 	$(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)
 
 

Modified: trunk/win32/libevolution-mail.def
==============================================================================
--- trunk/win32/libevolution-mail.def	(original)
+++ trunk/win32/libevolution-mail.def	Fri Jun 13 10:45:31 2008
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]