mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 02:10:36 -06:00
0efa576a18
Created by Andrew Hunt git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22245 57a11ea4-9604-0410-9ed3-97b8803252fd
14 lines
201 B
Makefile
14 lines
201 B
Makefile
|
|
checksdir = ${GNC_CHECKS_DIR}
|
|
|
|
checks_DATA = \
|
|
deluxe.chk \
|
|
liberty.chk \
|
|
quicken.chk \
|
|
quicken_wallet.chk \
|
|
voucher.chk \
|
|
quicken_check_21.chk \
|
|
quicken_3part.chk
|
|
|
|
EXTRA_DIST = ${checks_DATA}
|