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