aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-10-23 10:51:45 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-10-23 22:56:42 +0800
commit933172d4e62461859fe920c40235620148ce502d (patch)
tree8a3df5d9f68c3fcca55fdcc32f5c53d2cfc202ef /shell
parentfb8a74a5c5583d7523b155bf74c1603b3a13baad (diff)
downloadgsoc2013-evolution-933172d4e62461859fe920c40235620148ce502d.tar
gsoc2013-evolution-933172d4e62461859fe920c40235620148ce502d.tar.gz
gsoc2013-evolution-933172d4e62461859fe920c40235620148ce502d.tar.bz2
gsoc2013-evolution-933172d4e62461859fe920c40235620148ce502d.tar.lz
gsoc2013-evolution-933172d4e62461859fe920c40235620148ce502d.tar.xz
gsoc2013-evolution-933172d4e62461859fe920c40235620148ce502d.tar.zst
gsoc2013-evolution-933172d4e62461859fe920c40235620148ce502d.zip
Fix distcheck errors.
Diffstat (limited to 'shell')
-rw-r--r--shell/test/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am
index 5efa3785d6..c46229d146 100644
--- a/shell/test/Makefile.am
+++ b/shell/test/Makefile.am
@@ -9,6 +9,7 @@ libevolution_module_test_la_CPPFLAGS = \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
-DG_LOG_DOMAIN=\"evolution-test\" \
+ $(EVOLUTION_DATA_SERVER_CFLAGS) \
$(GNOME_PLATFORM_CFLAGS)
libevolution_module_test_la_SOURCES = \
@@ -20,6 +21,8 @@ libevolution_module_test_la_SOURCES = \
libevolution_module_test_la_LIBADD = \
$(top_builddir)/shell/libeshell.la \
+ $(top_builddir)/e-util/libeutil.la \
+ $(EVOLUTION_DATA_SERVER_LIBS) \
$(GNOME_PLATFORM_LIBS)
libevolution_module_test_la_LDFLAGS = \