add app-utils to g-wrap path

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6395 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-12-19 23:41:54 +00:00
parent a209d16f69
commit 94d024ff09

View File

@ -74,6 +74,7 @@ gw-report-gnome.scm gw-report-gnome.c gw-report-gnome.h: .scm-links gw-report-gn
"(set! %load-path (cons \"${G_WRAP_MODULE_DIR}\" %load-path)) \
(set! %load-path (cons \"${PWD}\" %load-path)) \
(set! %load-path (cons \"${top_srcdir}/src/engine\" %load-path)) \
(set! %load-path (cons \"${top_srcdir}/src/app-utils\" %load-path)) \
(set! %load-path (cons \"${top_srcdir}/src/gnome-utils\" %load-path)) \
(primitive-load \"./gw-report-gnome-spec.scm\") \
(gw:generate-module \"gw-report-gnome\")"