The current head of the gnome-2.32 git branch in evolution-data-server
fails to compile cleanly because necessary -I options are not provided.

Not sure if this needs to be applied to the master head as well.


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)            \


_______________________________________________
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
http://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to