mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
At the same time move the art directory into contrib to unclutter the top level
14 lines
216 B
Makefile
14 lines
216 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} CMakeLists.txt
|