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:
Christian Stimming 2006-08-29 08:18:12 +00:00
parent d89eb73a92
commit cff868d9cc

View File

@ -76,28 +76,3 @@ AM_CFLAGS = \
EXTRA_DIST = \
$(glade_DATA) \
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}