mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/scm/Makefile.am (gncscmmod_DATA): move bootstrap.scm here.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5635 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9780fb353d
commit
4e5b5918a2
@ -4,10 +4,7 @@ SUBDIRS = gnumeric printing
|
||||
gncscmdir = ${GNC_SCM_INSTALL_DIR}
|
||||
gncscmmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash
|
||||
|
||||
gncscmmod_DATA = process.scm
|
||||
|
||||
gnc_autogen_scm_files = \
|
||||
bootstrap.scm
|
||||
gncscmmod_DATA = process.scm bootstrap.scm price-quotes.scm
|
||||
|
||||
gnc_regular_scm_files = \
|
||||
command-line.scm \
|
||||
@ -18,7 +15,6 @@ gnc_regular_scm_files = \
|
||||
main.scm \
|
||||
main-window.scm \
|
||||
path.scm \
|
||||
price-quotes.scm \
|
||||
slib-backup.scm \
|
||||
startup.scm \
|
||||
substring-search.scm \
|
||||
@ -26,7 +22,7 @@ gnc_regular_scm_files = \
|
||||
tip-of-the-day.scm \
|
||||
xml-generator.scm
|
||||
|
||||
gncscm_DATA = ${gnc_autogen_scm_files} ${gnc_regular_scm_files}
|
||||
gncscm_DATA = ${gnc_regular_scm_files}
|
||||
|
||||
noinst_DATA = .scm-links
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user