aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/tools
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-09-08 14:56:22 +0800
committerMilan Crha <mcrha@redhat.com>2014-09-08 14:56:22 +0800
commitef0efafe812285855e86ddd0d38546a1496bb45f (patch)
tree92654f74728d36fb029e97d83e229a842bb70c5f /addressbook/tools
parent1dc1cf0b81b4e7f16fdd8f27bd3971d6c4ab4606 (diff)
downloadgsoc2013-evolution-ef0efafe812285855e86ddd0d38546a1496bb45f.tar
gsoc2013-evolution-ef0efafe812285855e86ddd0d38546a1496bb45f.tar.gz
gsoc2013-evolution-ef0efafe812285855e86ddd0d38546a1496bb45f.tar.bz2
gsoc2013-evolution-ef0efafe812285855e86ddd0d38546a1496bb45f.tar.lz
gsoc2013-evolution-ef0efafe812285855e86ddd0d38546a1496bb45f.tar.xz
gsoc2013-evolution-ef0efafe812285855e86ddd0d38546a1496bb45f.tar.zst
gsoc2013-evolution-ef0efafe812285855e86ddd0d38546a1496bb45f.zip
Fix a build break under Win32
Also build dependencies at the same directory as evolution files and build 'master' configuration by default (it used to build 'stable' configuration instead).
Diffstat (limited to 'addressbook/tools')
-rw-r--r--addressbook/tools/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/tools/Makefile.am b/addressbook/tools/Makefile.am
index f92b20589c..b715b9fe80 100644
--- a/addressbook/tools/Makefile.am
+++ b/addressbook/tools/Makefile.am
@@ -25,6 +25,7 @@ evolution_addressbook_export_SOURCES = \
evolution-addressbook-export.h
evolution_addressbook_export_LDADD = \
+ $(top_builddir)/e-util/libevolution-util.la \
$(EVOLUTION_DATA_SERVER_LIBS)
evolution_addressbook_export_LDFLAGS = $(CODE_COVERAGE_LDFLAGS)