[Testing] Adjust links for src/optional/python-bindings module

I was too clever by half, I guess.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21710 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2011-12-11 00:49:40 +00:00
parent 52018902af
commit f69313f874

View File

@ -116,7 +116,7 @@ if GNUCASH_SEPARATE_BUILDDIR
done
endif
( cd gnucash; for file in $(PYTHON_LINK_FILES) ; do \
$(LN_S) -f ${top_srcdir}/src/optional/python-bindings/$$file .; \
$(LN_S) -f ../$$file .; \
done )