r15245 - gnucash/trunk/src - Add include directives for ${top_builddir}/src/swig-runtime.h.

Andreas Köhler andi5 at cvs.gnucash.org
Thu Dec 21 14:28:27 EST 2006


Author: andi5
Date: 2006-12-21 14:28:26 -0500 (Thu, 21 Dec 2006)
New Revision: 15245
Trac: http://svn.gnucash.org/trac/changeset/15245

Modified:
   gnucash/trunk/src/app-utils/Makefile.am
   gnucash/trunk/src/bin/Makefile.am
   gnucash/trunk/src/business/business-core/Makefile.am
   gnucash/trunk/src/business/business-gnome/Makefile.am
   gnucash/trunk/src/business/business-utils/Makefile.am
   gnucash/trunk/src/engine/Makefile.am
   gnucash/trunk/src/gnome-utils/Makefile.am
   gnucash/trunk/src/gnome/Makefile.am
   gnucash/trunk/src/import-export/qif-import/Makefile.am
   gnucash/trunk/src/report/report-gnome/Makefile.am
Log:
Add include directives for ${top_builddir}/src/swig-runtime.h.

Merged r15229 from branches/reshuffle-modules.


Modified: gnucash/trunk/src/app-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/app-utils/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/app-utils/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -5,6 +5,7 @@
 
 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 \

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/bin/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -8,6 +8,7 @@
   -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 \

Modified: gnucash/trunk/src/business/business-core/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-core/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/business/business-core/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -5,6 +5,7 @@
 
 AM_CFLAGS = \
   -I${top_srcdir}/src \
+  -I${top_builddir}/src \
   -I${top_srcdir}/src/engine \
   -I${top_srcdir}/src/gnc-module \
   ${GUILE_INCS} \

Modified: gnucash/trunk/src/business/business-gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-gnome/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/business/business-gnome/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -5,6 +5,7 @@
 
 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 \

Modified: gnucash/trunk/src/business/business-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-utils/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/business/business-utils/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -2,6 +2,7 @@
 
 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 \

Modified: gnucash/trunk/src/engine/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/engine/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -7,6 +7,7 @@
 	-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} \

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/gnome/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -100,6 +100,7 @@
 
 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 \

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -13,6 +13,7 @@
   -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} \

Modified: gnucash/trunk/src/import-export/qif-import/Makefile.am
===================================================================
--- gnucash/trunk/src/import-export/qif-import/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/import-export/qif-import/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -51,6 +51,7 @@
 
 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 \

Modified: gnucash/trunk/src/report/report-gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/report/report-gnome/Makefile.am	2006-12-21 19:19:09 UTC (rev 15244)
+++ gnucash/trunk/src/report/report-gnome/Makefile.am	2006-12-21 19:28:26 UTC (rev 15245)
@@ -7,6 +7,7 @@
 
 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 \



More information about the gnucash-changes mailing list