>From 265acac7ac93442518bf6441935cfb517c288751 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 4 Sep 2009 11:48:41 +0200 Subject: [PATCH] 'make check' build failure: out-of-tree compilation When configuring out-of-tree and without installing the header files, the icalss header files in the source tree were not found by the test programs. Added -I for it. --- libical/src/test/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libical/src/test/Makefile.am b/libical/src/test/Makefile.am index 8b48493..3863253 100644 --- a/libical/src/test/Makefile.am +++ b/libical/src/test/Makefile.am @@ -43,6 +43,7 @@ INCLUDES = \ -I$(top_srcdir)/src/libical \ -I$(top_builddir)/src/libical \ -I$(top_builddir)/src/libicalss \ + -I$(top_srcdir)/src/libicalss \ -DTEST_DATADIR=\"$(top_srcdir)/test-data\" \ $(cxx_inc) $(bdb4_inc) -- 1.5.6.5