[evolution] Fix distcheck errors.



commit 933172d4e62461859fe920c40235620148ce502d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Oct 22 22:51:45 2011 -0400

    Fix distcheck errors.

 shell/test/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am
index 5efa378..c46229d 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 =		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]