r22900 - gnucash/trunk/src/register/register-gnome - Add probably missing GUILE_INCS to CPPFLAGS because table-gnome.c includes "guile-mappings.h" that includes <libguile.h>.

Christian Stimming cstim at code.gnucash.org
Fri Apr 12 15:08:21 EDT 2013


Author: cstim
Date: 2013-04-12 15:08:21 -0400 (Fri, 12 Apr 2013)
New Revision: 22900
Trac: http://svn.gnucash.org/trac/changeset/22900

Modified:
   gnucash/trunk/src/register/register-gnome/Makefile.am
Log:
Add probably missing GUILE_INCS to CPPFLAGS because table-gnome.c includes "guile-mappings.h" that includes <libguile.h>.

Modified: gnucash/trunk/src/register/register-gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/register/register-gnome/Makefile.am	2013-04-12 19:08:08 UTC (rev 22899)
+++ gnucash/trunk/src/register/register-gnome/Makefile.am	2013-04-12 19:08:21 UTC (rev 22900)
@@ -65,6 +65,7 @@
   ${GLIB_CFLAGS} \
   ${GCONF_CFLAGS} \
   ${GTK_XIM_FLAGS} \
+  ${GUILE_INCS} \
   ${GNOMECANVAS_CFLAGS}
 
 AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.register.gnome\"



More information about the gnucash-changes mailing list