From cff868d9ccfb82e630e830f28d79ac10b9502592 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 29 Aug 2006 08:18:12 +0000 Subject: [PATCH] Remove unused scm-links section git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14766 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/Makefile.am | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/import-export/Makefile.am b/src/import-export/Makefile.am index 3502025d47..f1e7e8cd47 100644 --- a/src/import-export/Makefile.am +++ b/src/import-export/Makefile.am @@ -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}