r14765 - gnucash/trunk/src/bin - Add missing include

Christian Stimming cstim at cvs.gnucash.org
Tue Aug 29 04:07:41 EDT 2006


Author: cstim
Date: 2006-08-29 04:07:40 -0400 (Tue, 29 Aug 2006)
New Revision: 14765
Trac: http://svn.gnucash.org/trac/changeset/14765

Modified:
   gnucash/trunk/src/bin/Makefile.am
Log:
Add missing include

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2006-08-29 08:05:33 UTC (rev 14764)
+++ gnucash/trunk/src/bin/Makefile.am	2006-08-29 08:07:40 UTC (rev 14765)
@@ -2,6 +2,7 @@
 SUBDIRS = . overrides test
 
 AM_CFLAGS = -I${top_builddir} ${GLIB_CFLAGS} ${GNOME_CFLAGS} ${GTK_CFLAGS} \
+  ${GUILE_INCS} \
   ${QOF_CFLAGS} \
   -DPREFIX=\"${prefix}\" \
   -DSYSCONFDIR=\"${GNC_CONFIGDIR}\" \



More information about the gnucash-changes mailing list