gnucash maint: Guile compilation: One missed CLEANFILES.

John Ralls jralls at code.gnucash.org
Tue Dec 2 12:49:58 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/946432c9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e1310bc9 (commit)



commit 946432c95311050cdf9bd40006cddd8441141bb9
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Dec 2 09:47:20 2014 -0800

    Guile compilation: One missed CLEANFILES.

diff --git a/src/gnc-module/Makefile.am b/src/gnc-module/Makefile.am
index 0dc861c..3c05ef3 100644
--- a/src/gnc-module/Makefile.am
+++ b/src/gnc-module/Makefile.am
@@ -82,7 +82,7 @@ endif
 clean-local:
 	rm -rf gnucash
 
-CLEANFILES = .scm-links ${SCM_FILE_LINKS}
+CLEANFILES = .scm-links ${SCM_FILE_LINKS} ${gncscmmodcache_DATA}
 MAINTAINERCLEANFILES = swig-gnc-module.c
 
 AM_CPPFLAGS += -DG_LOG_DOMAIN=\"gnc.module\"



Summary of changes:
 src/gnc-module/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list