From 2379db72ce4dc873e3ba6c32ddc2b8ec584ee337 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sun, 9 Jan 2005 18:57:14 +0000 Subject: [PATCH] $(top_builddir)/libkdepim should never be needed in the include path (it doesn't contain any public includes)... svn path=/trunk/kdepim/; revision=376956 --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3b51730c1..dcb9fd0fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,6 @@ INCLUDES = -I$(top_srcdir)/libkmime \ -I$(top_srcdir)/mimelib \ -I$(top_srcdir)/certmanager/lib \ -I$(top_srcdir) \ - -I$(top_builddir)/libkdepim \ $(GPGME_CFLAGS) \ $(all_includes)