mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* 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:
parent
9bcb791fcd
commit
afa27fd1e6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user