git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@759 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-31 07:22:57 +00:00
parent 269f9dac65
commit 4122d69fcc
2 changed files with 6 additions and 1 deletions

View File

@ -44,7 +44,7 @@ guile/xacc-guile_wrap.c: xacc.i ${SWIG_HDRS}
swig -I../engine -guile -o $@ $<
guile/xacc-guile: guile/xacc-guile.o guile/xacc-guile_wrap.o $(LIBENG)
${CC} $^ ${LIBENG} -lguile -lreadline -lm -o $@
${CC} $^ -lguile -lreadline -lm -o $@
CLEANFILES += guile/xacc-guile
##### Perl5

View File

@ -16,3 +16,8 @@ into the interpreter.
Building perl5 will result in a perl module. For an example of how to
use it, see ../cbb/cbb-to-xacc.
----------------------
TBD:
-- create a makefile.in
-- modify configure to check perl paths
-- modify root dir makefile to build this subdir