From kde-commits Sun Dec 31 20:25:56 2006 From: Reinhold Kainhofer Date: Sun, 31 Dec 2006 20:25:56 +0000 To: kde-commits Subject: branches/KDE/3.5/kdepim/libkcal/tests Message-Id: <1167596756.445788.7748.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=116759677232313 SVN commit 618268 by kainhofe: Fix compilation of the libkcal tests M +1 -1 Makefile.am --- branches/KDE/3.5/kdepim/libkcal/tests/Makefile.am #618267:618268 @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/libkcal $(all_includes) +INCLUDES = -I$(top_srcdir)/libkcal -I$(top_srcdir) $(all_includes) check_PROGRAMS = testtostring \