mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove unused scm-links section
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14766 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d89eb73a92
commit
cff868d9cc
@ -76,28 +76,3 @@ AM_CFLAGS = \
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
$(glade_DATA) \
|
$(glade_DATA) \
|
||||||
generic-import-design.txt
|
generic-import-design.txt
|
||||||
|
|
||||||
if GNUCASH_SEPARATE_BUILDDIR
|
|
||||||
#For compiling
|
|
||||||
SCM_FILE_LINKS =
|
|
||||||
#For executing test cases
|
|
||||||
SCM_FILE_LINKS +=
|
|
||||||
endif
|
|
||||||
|
|
||||||
noinst_DATA = .scm-links
|
|
||||||
|
|
||||||
.scm-links:
|
|
||||||
rm -f g-wrapped gnucash generic-import import-export
|
|
||||||
$(LN_S) -f . import-export
|
|
||||||
$(LN_S) -f . gnucash
|
|
||||||
$(LN_S) -f . generic-import
|
|
||||||
$(LN_S) -f . g-wrapped
|
|
||||||
if GNUCASH_SEPARATE_BUILDDIR
|
|
||||||
for X in ${SCM_FILE_LINKS} ; do \
|
|
||||||
$(LN_S) -f ${srcdir}/$$X . ; \
|
|
||||||
done
|
|
||||||
endif
|
|
||||||
touch .scm-links
|
|
||||||
|
|
||||||
CLEANFILES = gnucash generic-import g-wrapped .scm-links import-export
|
|
||||||
DISTCLEANFILES = ${SCM_FILE_LINKS}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user