diff options
author | Tor Lillqvist <tml@novell.com> | 2008-01-25 21:02:14 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2008-01-25 21:02:14 +0800 |
commit | c4046c56365033ebc17c21f4bda6411ffe5bf1fc (patch) | |
tree | 3849444812332e40235fdd289a803115a644e5f9 /win32 | |
parent | 33273820613ab607e93cd8252f06f7ada7d9ed61 (diff) | |
download | gsoc2013-evolution-c4046c56365033ebc17c21f4bda6411ffe5bf1fc.tar.gz gsoc2013-evolution-c4046c56365033ebc17c21f4bda6411ffe5bf1fc.tar.zst gsoc2013-evolution-c4046c56365033ebc17c21f4bda6411ffe5bf1fc.zip |
Add two more entries for bootstrapping. The
2008-01-25 Tor Lillqvist <tml@novell.com>
* win32/libevolution-mail.def: Add two more entries for
bootstrapping. The mail/importers/libevolution-mail-importers
library depends on the libevolution-mail library which hasn't been
built yet when libevolution-mail-importers is built.
svn path=/trunk/; revision=34894
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libevolution-mail.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/libevolution-mail.def b/win32/libevolution-mail.def index 4cf5d70252..35e75feec6 100644 --- a/win32/libevolution-mail.def +++ b/win32/libevolution-mail.def @@ -8,7 +8,9 @@ EXPORTS mail_component_get_folder mail_component_get_folder_uri mail_component_peek_base_directory + mail_msg_fast_ordered_push mail_msg_free mail_msg_new + mail_msg_unref mail_tool_uri_to_folder mail_win32_get_mail_thread_queued |