From d89eb73a92f47d516aaff04aa6c0bdc5bce145a2 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 29 Aug 2006 08:07:40 +0000 Subject: [PATCH] Add missing include git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14765 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 5a669471d1..eb3845720b 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -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}\" \