From 06824ca8f57a02aaccd3ef3d5bef2fbbf4f5ce80 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 2 Feb 2006 01:22:23 +0000 Subject: [PATCH] Disable testing of the (not finished) qif import re-write. (the tests fail on amd64). Since this code isn't used, yet, there's no need to actually run these tests. But let's distribute the code anyways.... git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13073 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/import-export/qif/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/import-export/qif/Makefile.am b/src/import-export/qif/Makefile.am index 40e019536f..b779ff2a5a 100644 --- a/src/import-export/qif/Makefile.am +++ b/src/import-export/qif/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS = . test +#SUBDIRS = . test +DIST_SUBDIRS = test pkglib_LTLIBRARIES=libgncmod-qif.la