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