* src/business/business-core/Makefile.am: fix for new g-wrap.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6552 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2002-01-09 21:31:37 +00:00
parent b369db17fb
commit 58cc50442a

View File

@ -48,6 +48,7 @@ libgncmod_business_core_la_LIBADD = \
${EFENCE_LIBS}
# business-core-helpers.c
libgw_business_core_la_SOURCES = gw-business-core.c
libgw_business_core_la_LDFLAGS = -module ${G_WRAP_LINK_ARGS}
@ -73,7 +74,7 @@ gw-business-core.scm gw-business-core.c gw-business-core.h: .scm-links gw-busine
(set! %load-path (cons \"${PWD}\" %load-path)) \
(set! %load-path (cons \"../../engine\" %load-path)) \
(primitive-load \"./gw-business-core-spec.scm\") \
(gw:generate-module \"gw-business-core\")"
(gw:generate-wrapset \"gw-business-core\")"
BUILT_SOURCES = gw-business-core.scm gw-business-core.c gw-business-core.h
CLEANFILES = gw-business-core.scm gw-business-core.c gw-business-core.h gw-business-core.html