* src/import-export/qif-import/Makefile.am (.scm-links): new target.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6107 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning 2001-11-28 22:43:20 +00:00
parent 9bcb791fcd
commit afa27fd1e6

View File

@ -65,3 +65,16 @@ EXTRA_DIST = \
${gncscm_DATA} \
${glade_DATA} \
file-format.txt
CLEANFILES =
noinst_DATA = .scm-links
.scm-links:
rm -f g-wrapped gnucash import-export qif-import
ln -sf . qif-import # to fix (load "qif-import/foo.scm")
ln -sf . import-export
ln -sf . gnucash
ln -sf . g-wrapped
touch .scm-links
CLEANFILES += qif-import import-export gnucash g-wrapped .scm-links