From 5988a9aa7c62dd2f2da49bec021d657647167c13 Mon Sep 17 00:00:00 2001 From: Phil Longstaff Date: Sun, 31 Jan 2010 23:25:56 +0000 Subject: [PATCH] Fix "make distcheck". Patch by Jan Arne Petersen git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18597 57a11ea4-9604-0410-9ed3-97b8803252fd --- checks/Makefile.am | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/checks/Makefile.am b/checks/Makefile.am index cd5492a4eb..e786bc7b47 100644 --- a/checks/Makefile.am +++ b/checks/Makefile.am @@ -2,24 +2,15 @@ checksdir = ${GNC_CHECKS_DIR} if HAVE_GTK_2_10 -checks_DATA = \ +dist_checks_DATA = \ deluxe.chk \ liberty.chk \ quicken.chk \ voucher.chk \ quicken_wallet.chk else -checks_DATA = \ +dist_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