From 70e9aa6089d6091a4fbe5ff6e9f59b1cb4b67cf2 Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 31 Oct 2002 16:35:03 +0000 Subject: [PATCH] * import-export/ofx/Makefile.am: add gncscm_DATA to EXTRA_DIST git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7427 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ src/import-export/ofx/Makefile.am | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c68c5c564..509770c755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2002-10-31 Derek Atkins + * import-export/ofx/Makefile.am: add gncscm_DATA to EXTRA_DIST + 2002-10-30 Benoit Grégoire * src/import-export/ofx/gnc-ofx-import.c: Fix security account creation bug caused by the presence of the character ':' in the account default name. Fix compiler warnings. diff --git a/src/import-export/ofx/Makefile.am b/src/import-export/ofx/Makefile.am index 6a34b0bc9c..f5f65ae299 100644 --- a/src/import-export/ofx/Makefile.am +++ b/src/import-export/ofx/Makefile.am @@ -40,6 +40,7 @@ AM_CFLAGS = \ ${GTKHTML_CFLAGS} EXTRA_DIST = \ - .cvsignore + .cvsignore \ + ${gncscm_DATA} CLEANFILES = ofx import-export gnucash g-wrapped .scm-links