gnucash maint: Add engine-common.i to EXTRA_DIST for consistency.

John Ralls jralls at code.gnucash.org
Tue Sep 29 17:05:59 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/2b895aa7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f4e8d9a6 (commit)



commit 2b895aa79d019ac7f220003bc0070c4f2ed6cac5
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 29 14:02:49 2015 -0700

    Add engine-common.i to EXTRA_DIST for consistency.

diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am
index b3eacdd..ff767c3 100644
--- a/src/engine/Makefile.am
+++ b/src/engine/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . test-core test 
+SUBDIRS = . test-core test
 
 pkglib_LTLIBRARIES = libgncmod-engine.la
 
@@ -161,6 +161,7 @@ EXTRA_DIST = \
   kvp_doc.txt \
   SX-book-p.h \
   engine.i \
+  engine-common.i \
   business-core.i \
   ${gncscmmod_DATA} \
   ${gncscm_DATA}
@@ -172,7 +173,7 @@ SCM_FILE_LINKS = \
   ${gncscm_DATA}
 endif
 
-.scm-links: 
+.scm-links:
 	$(RM) -rf gnucash
 	mkdir -p  gnucash
 if GNUCASH_SEPARATE_BUILDDIR



Summary of changes:
 src/engine/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list