mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Thanks to Steve Holland <sholland@napervillegi.com> BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21403 57a11ea4-9604-0410-9ed3-97b8803252fd
18 lines
269 B
Makefile
18 lines
269 B
Makefile
|
|
checksdir = ${GNC_CHECKS_DIR}
|
|
|
|
checks_DATA = \
|
|
deluxe.chk \
|
|
liberty.chk \
|
|
quicken.chk \
|
|
quicken_wallet.chk \
|
|
voucher.chk \
|
|
quicken_check_21.chk
|
|
|
|
EXTRA_DIST = \
|
|
deluxe.chk \
|
|
liberty.chk \
|
|
quicken.chk \
|
|
quicken_wallet.chk \
|
|
voucher.chk \
|
|
quicken_check_21.chk
|