From 266595a20883c2666cff89aeb275e5ee02e4e589 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 1 Feb 2007 15:48:21 +0000 Subject: [PATCH] The engine shouldn't depend on business. remove the references to the business-core includes directory git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15488 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/engine/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am index ef339edbf4..00ceab2809 100644 --- a/src/engine/Makefile.am +++ b/src/engine/Makefile.am @@ -8,7 +8,6 @@ AM_CFLAGS = \ -I${top_srcdir}/src \ -I${top_builddir}/src \ -I${top_srcdir}/src/gnc-module \ - -I${top_srcdir}/src/business/business-core/ \ ${QOF_CFLAGS} \ ${GNUCASH_ENGINE_CFLAGS}