diff --git a/src/gnome/MainWindow.c b/src/gnome/MainWindow.c index d67f1d0381..cdf68a6416 100644 --- a/src/gnome/MainWindow.c +++ b/src/gnome/MainWindow.c @@ -32,6 +32,7 @@ /** GLOBALS **********************************************************/ main_window *mwindow; +char *HELP_ROOT = ""; gchar *clist_titles[] = { diff --git a/src/gnome/Makefile.in b/src/gnome/Makefile.in index 5b0ea164c1..92d39ac039 100644 --- a/src/gnome/Makefile.in +++ b/src/gnome/Makefile.in @@ -24,7 +24,11 @@ include @top_srcdir@/Makefile.init -INCLPATH = -I.. -I../.. -I../engine -I../register -I../guile \ +INCLPATH = -I.. \ + -I../.. \ + -I../engine \ + -I../register \ + -I../swig \ -I@srcdir@/../../include \ -I$(includedir) @@ -42,7 +46,7 @@ TARGET = ../../gnucash.gnome STATIC = ../../gnucash.gnome.static OTHER_OBJS := ../obj/gnome/*.o ../engine/obj/*.o ../register/obj/gnome/*.o \ - ../guile/obj/*.o ../swig/guile/gnucash-guile_wrap.o + ../guile/obj/*.o ../swig/guile/gnucash-all-guile_wrap.o ###################################################################### # See Makefile.common for information about these variables. diff --git a/src/gnome/RegWindow.c b/src/gnome/RegWindow.c index ba279c5b6e..f8163b3103 100644 --- a/src/gnome/RegWindow.c +++ b/src/gnome/RegWindow.c @@ -40,7 +40,7 @@ #include "Account.h" #include "AccountP.h" /* hack alert -- do not include P.h files !! */ #include "Group.h" -#include "Ledger.h" +#include "MultiLedger.h" #include "LedgerUtils.h" #include "MainWindow.h" #include "main.h" diff --git a/src/gnome/main.c b/src/gnome/main.c index fe513a9a66..8da42b5908 100644 --- a/src/gnome/main.c +++ b/src/gnome/main.c @@ -269,7 +269,7 @@ gnucash_lowlev_app_init() int fake_argc = 1; char *fake_argv[] = {"gnucash"}; - gnome_init("GnuCash", NULL, fake_argc, fake_argv, 0, NULL); + gnome_init("GnuCash", NULL, fake_argc, fake_argv); prepare_app(); {