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
This commit is contained in:
Andreas Köhler 2006-12-21 19:28:26 +00:00
parent af0dc642d2
commit 49470adf27
10 changed files with 10 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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} \

View File

@ -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 \

View File

@ -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 \

View File

@ -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} \

View File

@ -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} \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \