diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2009-06-05 20:45:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-09 18:54:21 +0800 |
commit | f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6 (patch) | |
tree | 5a36b02d4b005562557c22a752d29e228a86ec7b /addressbook | |
parent | 4ecfe9441812ad990faf674d21eb9fcee5846fd5 (diff) | |
download | gsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.tar.gz gsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.tar.zst gsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.zip |
libevolution-mail-shared is a new library, so reflect its existence
in the win32 bootstrap import libraries.
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 42b22639dc..cd9dfc1434 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -1,3 +1,7 @@ +if OS_WIN32 +WIN32_BOOTSTRAP_LIBS = $(top_builddir)/win32/libevolution-mail-shared.la +endif + INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-addressbook\" \ -I$(top_srcdir) \ |