r18916 - gnucash/trunk/src/core-utils - Fix Makefile.am handling of gncla-dir.h so that it will be removed so that 'make distcheck' will pass

Phil Longstaff plongstaff at code.gnucash.org
Tue Mar 16 05:27:08 EDT 2010


Author: plongstaff
Date: 2010-03-16 05:27:08 -0400 (Tue, 16 Mar 2010)
New Revision: 18916
Trac: http://svn.gnucash.org/trac/changeset/18916

Modified:
   gnucash/trunk/src/core-utils/Makefile.am
Log:
Fix Makefile.am handling of gncla-dir.h so that it will be removed so that 'make distcheck' will pass


Modified: gnucash/trunk/src/core-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/core-utils/Makefile.am	2010-03-16 09:25:29 UTC (rev 18915)
+++ gnucash/trunk/src/core-utils/Makefile.am	2010-03-16 09:27:08 UTC (rev 18916)
@@ -73,10 +73,10 @@
 endif
 
 noinst_DATA = .scm-links
+BUILT_SOURCES = gncla-dir.h
 EXTRA_DIST = $(gncmod_DATA) core-utils.i gncla-dir.h.in
-CLEANFILES = gnucash .scm-links
+CLEANFILES = $(BUILT_SOURCES) gnucash .scm-links
 MAINTAINERCLEANFILES = swig-core-utils.c
-BUILT_SOURCES = gncla-dir.h
 
 INCLUDES = -DG_LOG_DOMAIN=\"gnc.core-utils\"
 



More information about the gnucash-changes mailing list