* src/app-file/Makefile.am: fix for new g-wrap.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6542 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2002-01-09 21:24:46 +00:00
parent 07ce3a1e17
commit 941cf254ef

View File

@ -58,7 +58,7 @@ gw-app-file.scm gw-app-file.c gw-app-file.h: .scm-links gw-app-file-spec.scm
(set! %load-path (cons \"${PWD}\" %load-path)) \
(set! %load-path (cons \"${top_srcdir}/src/engine\" %load-path)) \
(primitive-load \"./gw-app-file-spec.scm\") \
(gw:generate-module \"gw-app-file\")"
(gw:generate-wrapset \"gw-app-file\")"
BUILT_SOURCES = gw-app-file.scm gw-app-file.c gw-app-file.h
CLEANFILES = gw-app-file.scm gw-app-file.c gw-app-file.h gw-app-file.html \