mirror of https://github.com/Gnucash/gnucash
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
372 B
23 lines
372 B
|
|
checksdir = ${GNC_CHECKS_DIR}
|
|
|
|
if HAVE_GTK_2_10
|
|
checks_DATA = \
|
|
deluxe.chk \
|
|
quicken.chk \
|
|
quicken_wallet.chk
|
|
else
|
|
checks_DATA = \
|
|
gnomeprint/deluxe.chk \
|
|
gnomeprint/quicken.chk \
|
|
gnomeprint/quicken_wallet.chk
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
deluxe.chk \
|
|
quicken.chk \
|
|
quicken_wallet.chk \
|
|
gnomeprint/deluxe.chk \
|
|
gnomeprint/quicken.chk \
|
|
gnomeprint/quicken_wallet.chk
|