[evolution-data-server/gnome-2-32] Fix a build failure due to used CPPFLAGS



commit b0dbfb62a9b41a5df8b81df674d02052f33258b5
Author: Paul Smith <paul mad-scientist net>
Date:   Thu Nov 4 11:19:14 2010 +0100

    Fix a build failure due to used CPPFLAGS

 calendar/backends/file/Makefile.am |    3 ++-
 calendar/libedata-cal/Makefile.am  |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/calendar/backends/file/Makefile.am b/calendar/backends/file/Makefile.am
index c672157..79ab777 100644
--- a/calendar/backends/file/Makefile.am
+++ b/calendar/backends/file/Makefile.am
@@ -44,7 +44,8 @@ test_interval_searches_LDADD = \
 
 test_interval_searches_CPPFLAGS = \
 	$(AM_CPPFLAGS)			\
-	-I$(top_builddir)/calendar	\
+	-I$(top_srcdir)			\
+	-I$(top_srcdir)/calendar	\
 	$(EVOLUTION_CALENDAR_CFLAGS)	\
 	-DTEST_QUERY_RESULT=1
 
diff --git a/calendar/libedata-cal/Makefile.am b/calendar/libedata-cal/Makefile.am
index 2b5edde..82dd911 100644
--- a/calendar/libedata-cal/Makefile.am
+++ b/calendar/libedata-cal/Makefile.am
@@ -121,6 +121,7 @@ e_calendar_factory_LDADD =						\
 test_e_sexp_SOURCES = e-cal-backend-sexp.c e-cal-backend-sexp.h
 test_e_sexp_CPPFLAGS = \
 	$(AM_CPPFLAGS)				\
+	-I$(top_srcdir)				\
 	-I$(top_srcdir)/calendar		\
 	-I$(top_builddir)/calendar		\
 	$(EVOLUTION_CALENDAR_CFLAGS)		\



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