From bb9cbb71f3affee6c52240cabae897c4ec4da8a5 Mon Sep 17 00:00:00 2001 From: Andras Mantia Date: Fri, 7 Jan 2005 22:31:32 +0000 Subject: [PATCH] builddir!=srcdir fixes. svn path=/trunk/kdepim/; revision=376304 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 74e0ae401..d52f47e34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = -I$(top_srcdir)/libkmime \ -I$(top_srcdir)/libkpgp \ -I$(top_srcdir)/libkdepim \ -I$(top_srcdir)/libkdenetwork \ + -I$(top_srcdir)/libkdepim \ -I$(top_srcdir)/libkpimidentities \ -I$(top_srcdir)/libemailfunctions \ -I$(top_srcdir)/libksieve \