mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
18 lines
256 B
Makefile
18 lines
256 B
Makefile
|
|
||
|
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 = \
|
||
|
${checks_DATA}
|