From 49470adf27c42dcf0c52c221ed0534cf269f7d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6hler?= Date: Thu, 21 Dec 2006 19:28:26 +0000 Subject: [PATCH] Add include directives for ${top_builddir}/src/swig-runtime.h. Merged r15229 from branches/reshuffle-modules. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15245 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/app-utils/Makefile.am | 1 + src/bin/Makefile.am | 1 + src/business/business-core/Makefile.am | 1 + src/business/business-gnome/Makefile.am | 1 + src/business/business-utils/Makefile.am | 1 + src/engine/Makefile.am | 1 + src/gnome-utils/Makefile.am | 1 + src/gnome/Makefile.am | 1 + src/import-export/qif-import/Makefile.am | 1 + src/report/report-gnome/Makefile.am | 1 + 10 files changed, 10 insertions(+) diff --git a/src/app-utils/Makefile.am b/src/app-utils/Makefile.am index 8d7de37923..77a345e9b7 100644 --- a/src/app-utils/Makefile.am +++ b/src/app-utils/Makefile.am @@ -5,6 +5,7 @@ pkglib_LTLIBRARIES = libgncmod-app-utils.la AM_CFLAGS = \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/gnc-module \ -I${top_srcdir}/src/calculation \ -I${top_srcdir}/src/core-utils \ diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index cb6b71d061..2f3f841541 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -8,6 +8,7 @@ AM_CFLAGS = -I${top_builddir} ${GLIB_CFLAGS} ${GNOME_CFLAGS} ${GTK_CFLAGS} \ -DPKGDATADIR=\"${GNC_SHAREDIR}\" \ -DGNC_HELPDIR=\"${GNC_HELPDIR}\" \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/core-utils \ -I${top_srcdir}/src/app-utils \ -I${top_srcdir}/src/gnome-utils \ diff --git a/src/business/business-core/Makefile.am b/src/business/business-core/Makefile.am index 82b2c8d7a1..be547d7155 100644 --- a/src/business/business-core/Makefile.am +++ b/src/business/business-core/Makefile.am @@ -5,6 +5,7 @@ pkglib_LTLIBRARIES = libgncmod-business-core.la AM_CFLAGS = \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/engine \ -I${top_srcdir}/src/gnc-module \ ${GUILE_INCS} \ diff --git a/src/business/business-gnome/Makefile.am b/src/business/business-gnome/Makefile.am index 8a8bfd36c3..e0484ab925 100644 --- a/src/business/business-gnome/Makefile.am +++ b/src/business/business-gnome/Makefile.am @@ -5,6 +5,7 @@ pkglib_LTLIBRARIES = libgncmod-business-gnome.la AM_CFLAGS = \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/core-utils \ -I${top_srcdir}/src/engine \ -I${top_srcdir}/src/gnc-module \ diff --git a/src/business/business-utils/Makefile.am b/src/business/business-utils/Makefile.am index b975e4871a..14b3144493 100644 --- a/src/business/business-utils/Makefile.am +++ b/src/business/business-utils/Makefile.am @@ -2,6 +2,7 @@ pkglib_LTLIBRARIES = libgncmod-business-utils.la AM_CFLAGS = \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/engine \ -I${top_srcdir}/src/gnc-module \ -I${top_srcdir}/src/app-utils \ diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am index e9304c047e..84fbcb871b 100644 --- a/src/engine/Makefile.am +++ b/src/engine/Makefile.am @@ -7,6 +7,7 @@ AM_CFLAGS = \ -I${top_srcdir}/lib/libc \ -I${top_srcdir}/src/core-utils \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/gnc-module \ -I${top_srcdir}/src/business/business-core/ \ ${QOF_CFLAGS} \ diff --git a/src/gnome-utils/Makefile.am b/src/gnome-utils/Makefile.am index b570926d0f..d21748a20e 100644 --- a/src/gnome-utils/Makefile.am +++ b/src/gnome-utils/Makefile.am @@ -13,6 +13,7 @@ AM_CFLAGS = \ -I${top_srcdir}/src/network-utils \ -I${top_srcdir}/src/app-utils \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/lib/libc \ ${GLIB_CFLAGS} \ ${GLADE_CFLAGS} \ diff --git a/src/gnome/Makefile.am b/src/gnome/Makefile.am index d9e2e0cbd8..8b6e334b60 100644 --- a/src/gnome/Makefile.am +++ b/src/gnome/Makefile.am @@ -100,6 +100,7 @@ EXTRA_DIST = \ AM_CFLAGS = \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/core-utils \ -I${top_srcdir}/src/calculation \ -I${top_srcdir}/src/engine \ diff --git a/src/import-export/qif-import/Makefile.am b/src/import-export/qif-import/Makefile.am index fa28436e8b..4036d7995a 100644 --- a/src/import-export/qif-import/Makefile.am +++ b/src/import-export/qif-import/Makefile.am @@ -51,6 +51,7 @@ glade_DATA = qif.glade AM_CFLAGS = \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/core-utils \ -I${top_srcdir}/src/engine \ -I${top_srcdir}/src/gnc-module \ diff --git a/src/report/report-gnome/Makefile.am b/src/report/report-gnome/Makefile.am index 2e66f3a242..97adcb522e 100644 --- a/src/report/report-gnome/Makefile.am +++ b/src/report/report-gnome/Makefile.am @@ -7,6 +7,7 @@ pkglib_LTLIBRARIES = libgncmod-report-gnome.la AM_CFLAGS = \ -I${top_srcdir}/src \ + -I${top_builddir}/src \ -I${top_srcdir}/src/core-utils \ -I${top_srcdir}/src/gnc-module \ -I${top_srcdir}/src/engine \