r18599 - gnucash/trunk/checks - Reverse r18597
Phil Longstaff
plongstaff at code.gnucash.org
Mon Feb 1 21:20:22 EST 2010
Author: plongstaff
Date: 2010-02-01 21:20:22 -0500 (Mon, 01 Feb 2010)
New Revision: 18599
Trac: http://svn.gnucash.org/trac/changeset/18599
Modified:
gnucash/trunk/checks/Makefile.am
Log:
Reverse r18597
Modified: gnucash/trunk/checks/Makefile.am
===================================================================
--- gnucash/trunk/checks/Makefile.am 2010-02-02 00:04:38 UTC (rev 18598)
+++ gnucash/trunk/checks/Makefile.am 2010-02-02 02:20:22 UTC (rev 18599)
@@ -2,15 +2,24 @@
checksdir = ${GNC_CHECKS_DIR}
if HAVE_GTK_2_10
-dist_checks_DATA = \
+checks_DATA = \
deluxe.chk \
liberty.chk \
quicken.chk \
voucher.chk \
quicken_wallet.chk
else
-dist_checks_DATA = \
+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
More information about the gnucash-changes
mailing list