From b0bc91b6e8709e57a2cd168060939e5c816406fa Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 9 Jan 2002 21:47:08 +0000 Subject: [PATCH] * src/gnc-module/test/mod-bar/Makefile.am: fix for new g-wrap. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6571 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnc-module/test/mod-bar/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnc-module/test/mod-bar/Makefile.am b/src/gnc-module/test/mod-bar/Makefile.am index b1b1611a41..5003ce480c 100644 --- a/src/gnc-module/test/mod-bar/Makefile.am +++ b/src/gnc-module/test/mod-bar/Makefile.am @@ -24,7 +24,7 @@ bar-gwrap.c bar-gwrap.h: bar-gwrap.scm FLAVOR=gnome guile -c \ "(set! %load-path (cons \"${G_WRAP_MODULE_DIR}\" %load-path)) \ (primitive-load \"./bar-gwrap.scm\") \ - (gw:generate-module \"bar-gwrap\")" + (gw:generate-wrapset \"bar-gwrap\")" BUILT_SOURCES = bar-gwrap.c bar-gwrap.h CLEANFILES = *.so* *.a bar-gwrap.c bar-gwrap.h bar-gwrap.html