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