Fix make distcheck on trunk.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16674 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-12-16 18:47:27 +00:00
parent fe19947fc0
commit cbdf0f13bd
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ EXTRA_DIST = \
dist.sh \
exetype.pl \
functions.sh \
goffice-0.4.1-patch.diff \
goffice-0.4.3-patch.diff \
install.sh \
install-fq-mods.bat \
libofx-0.8.3-patch.diff \

View File

@ -57,6 +57,6 @@ gladedir = ${GNC_GLADE_DIR}
glade_DATA = \
gnc-csv-preview-dialog.glade
EXTRA_DIST = $(ui_DATA)
EXTRA_DIST = $(ui_DATA) $(glade_DATA)
INCLUDES = -DG_LOG_DOMAIN=\"gnc.import.csv\"