aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2009-06-05 20:45:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-09 18:54:21 +0800
commitf9f7c3efa62b85e8f54e59382fef9ef8c80df6e6 (patch)
tree5a36b02d4b005562557c22a752d29e228a86ec7b /addressbook/gui
parent4ecfe9441812ad990faf674d21eb9fcee5846fd5 (diff)
downloadgsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.tar
gsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.tar.gz
gsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.tar.bz2
gsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.tar.lz
gsoc2013-evolution-f9f7c3efa62b85e8f54e59382fef9ef8c80df6e6.tar.xz
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/gui')
-rw-r--r--addressbook/gui/component/Makefile.am4
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) \