fix for make dist

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6668 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2002-01-30 01:22:01 +00:00
parent 27b72190d2
commit 3a260e160b
2 changed files with 7 additions and 1 deletions

View File

@ -60,6 +60,11 @@ gwmod_DATA = \
gw-business-core.scm \
gw-business-core-spec.scm
EXTRA_DIST = \
.cvsignore \
${gncmod_DATA} \
${gwmod_DATA}
.scm-links:
rm -f gnucash g-wrapped
ln -sf . gnucash

View File

@ -91,7 +91,8 @@ EXTRA_DIST = \
.cvsignore \
gnucash.desktop.in \
gnucash.keys.in \
gnucash.mime
gnucash.mime \
${gwmod_DATA}
AM_CFLAGS = \