Files
gnucash/checks/Makefile.am
David Hampton 8a8fb70a8a Make sure to distribute all the check files in the tarball.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15907 57a11ea4-9604-0410-9ed3-97b8803252fd
2007-04-16 04:30:20 +00:00

23 lines
372 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 = \
deluxe.chk \
quicken.chk \
quicken_wallet.chk \
gnomeprint/deluxe.chk \
gnomeprint/quicken.chk \
gnomeprint/quicken_wallet.chk