Jan Arne Petersen
Sun, 31 Jan 2010 14:34:19 -0800
Hi, On 01/31/2010 10:27 PM, Phil Longstaff wrote: > "make distcheck" gives me: > > Making all in checks > make[3]: Entering directory > `/home/phil/gnucash2/trunk/gnucash-2.3.9/_build/checks' > make[3]: *** No rule to make target `voucher.chk', needed by `all-am'. > Stop. > make[3]: Leaving directory > `/home/phil/gnucash2/trunk/gnucash-2.3.9/_build/checks' > > Phil
Attached a patch to fix that bug (and simplifies checks/Makefile.am) Best regards, Jan Arne Petersen
diff --git a/checks/Makefile.am b/checks/Makefile.am
index cd5492a..e786bc7 100644
--- a/checks/Makefile.am
+++ b/checks/Makefile.am
@@ -2,24 +2,15 @@
checksdir = ${GNC_CHECKS_DIR}
if HAVE_GTK_2_10
-checks_DATA = \
+dist_checks_DATA = \
deluxe.chk \
liberty.chk \
quicken.chk \
voucher.chk \
quicken_wallet.chk
else
-checks_DATA = \
+dist_checks_DATA = \
gnomeprint/deluxe.chk \
gnomeprint/quicken.chk \
gnomeprint/quicken_wallet.chk
endif
-
-EXTRA_DIST = \
- deluxe.chk \
- liberty.chk \
- quicken.chk \
- quicken_wallet.chk \
- gnomeprint/deluxe.chk \
- gnomeprint/quicken.chk \
- gnomeprint/quicken_wallet.chk
_______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel