mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-25 10:20:18 -06:00
f034c41dfb
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17073 57a11ea4-9604-0410-9ed3-97b8803252fd
25 lines
402 B
Makefile
25 lines
402 B
Makefile
|
|
checksdir = ${GNC_CHECKS_DIR}
|
|
|
|
if HAVE_GTK_2_10
|
|
checks_DATA = \
|
|
deluxe.chk \
|
|
liberty.chk \
|
|
quicken.chk \
|
|
quicken_wallet.chk
|
|
else
|
|
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
|