diff --git a/src/register/register-core/Makefile.am b/src/register/register-core/Makefile.am index d459ce8fb8..c4d3f8f9e3 100644 --- a/src/register/register-core/Makefile.am +++ b/src/register/register-core/Makefile.am @@ -63,10 +63,12 @@ AM_CFLAGS = \ -I${top_srcdir}/src/app-utils \ -I${top_srcdir}/src/gnc-module \ -I${top_srcdir}/src/gnome-utils \ - ${GLIB_CFLAGS} \ + ${GUILE_INCS} \ ${GLADE_CFLAGS} \ + ${G_WRAP_COMPILE_ARGS} \ ${GNOME_INCLUDEDIR} \ - ${GUILE_INCS} + ${GLIB_CFLAGS} + gw-register-core.scm gw-register-core.c gw-register-core.h: .scm-links gw-register-core-spec.scm FLAVOR=gnome guile -c \