mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
changes
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@759 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
269f9dac65
commit
4122d69fcc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user