From 8ea008a577f9be27fbd5bb2cdd4b9172a7f03317 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Wed, 9 Jan 2002 21:35:14 +0000 Subject: [PATCH] * src/core-utils/Makefile.am: fix for new g-wrap. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6556 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/core-utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core-utils/Makefile.am b/src/core-utils/Makefile.am index b1710b44a0..4790bccd7b 100644 --- a/src/core-utils/Makefile.am +++ b/src/core-utils/Makefile.am @@ -30,6 +30,6 @@ gw-core-utils.scm gw-core-utils.h gw-core-utils.c gw-core-utils.html: \ FLAVOR=gnome guile -c \ "(set! %load-path (cons \"${G_WRAP_MODULE_DIR}\" %load-path)) \ (primitive-load \"./gw-core-utils-spec.scm\") \ - (gw:generate-module \"gw-core-utils\")" + (gw:generate-wrapset \"gw-core-utils\")" BUILT_SOURCES = gw-core-utils.scm gw-core-utils.h gw-core-utils.c CLEANFILES = gw-core-utils.scm gw-core-utils.h gw-core-utils.c