mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix for make dist
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6664 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
46c3d1d6b1
commit
875e3e25fe
@ -44,4 +44,5 @@ bin_SCRIPTS = gnc-test-env
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
.cvsignore \
|
.cvsignore \
|
||||||
README.modules
|
README.modules \
|
||||||
|
gnc-test-env
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
#SUBDIRS = . test
|
|
||||||
|
|
||||||
gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
|
gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
|
||||||
# When you add a file here, please modify ../test/Makefile.am's overrides.stamp
|
# When you add a file here, please modify ../test/Makefile.am's overrides.stamp
|
||||||
gncoverrides_SCRIPTS = \
|
gncoverrides_SCRIPTS = \
|
||||||
@ -11,8 +9,11 @@ gncoverrides_SCRIPTS = \
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
.cvsignore \
|
.cvsignore \
|
||||||
|
gnucash \
|
||||||
gnucash-env.in \
|
gnucash-env.in \
|
||||||
gnucash-build-env.in \
|
gnucash-build-env.in \
|
||||||
|
gnucash-make-guids \
|
||||||
|
gnucash-run-script \
|
||||||
guile.in
|
guile.in
|
||||||
|
|
||||||
noinst_DATA = gnucash-build-env
|
noinst_DATA = gnucash-build-env
|
||||||
|
Loading…
Reference in New Issue
Block a user