From 24256e625778d07ca45c84c0f1f830a0929424f0 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Fri, 21 Dec 2001 11:49:43 +0000 Subject: [PATCH] Add app-util to g-wrap path. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6412 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/business/business-gnome/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/business/business-gnome/Makefile.am b/src/business/business-gnome/Makefile.am index 89562cfacc..665952311d 100644 --- a/src/business/business-gnome/Makefile.am +++ b/src/business/business-gnome/Makefile.am @@ -94,6 +94,7 @@ gw-business-gnome.scm gw-business-gnome.c gw-business-gnome.h: .scm-links gw-bus (set! %load-path (cons \"${PWD}\" %load-path)) \ (set! %load-path (cons \"../business-core\" %load-path)) \ (set! %load-path (cons \"../../engine\" %load-path)) \ + (set! %load-path (cons \"../../app-utils\" %load-path)) \ (set! %load-path (cons \"../../gnome-utils\" %load-path)) \ (primitive-load \"./gw-business-gnome-spec.scm\") \ (gw:generate-module \"gw-business-gnome\")"