r22847 - gnucash/trunk - Some cleanup to get make-dist to build in the tarball

John Ralls jralls at code.gnucash.org
Fri Mar 29 18:56:04 EDT 2013


Author: jralls
Date: 2013-03-29 18:56:03 -0400 (Fri, 29 Mar 2013)
New Revision: 22847
Trac: http://svn.gnucash.org/trac/changeset/22847

Modified:
   gnucash/trunk/doc/Makefile.am
   gnucash/trunk/src/bin/gnucash-bin.c
   gnucash/trunk/src/gnome/Makefile.am
Log:
Some cleanup to get make-dist to build in the tarball

Modified: gnucash/trunk/doc/Makefile.am
===================================================================
--- gnucash/trunk/doc/Makefile.am	2013-03-29 22:54:41 UTC (rev 22846)
+++ gnucash/trunk/doc/Makefile.am	2013-03-29 22:56:03 UTC (rev 22847)
@@ -14,7 +14,7 @@
   guile-hackers.txt \
   projects.html 
 
-man_MANS = \
+dist_man_MANS = \
   gnucash.1 \
   gnc-fq-dump.1 \
   gnc-fq-helper.1 

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2013-03-29 22:54:41 UTC (rev 22846)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2013-03-29 22:56:03 UTC (rev 22847)
@@ -70,6 +70,7 @@
 static int is_development_version = TRUE;
 #else
 static int is_development_version = FALSE;
+#define GNUCASH_SCM 0
 #endif
 
 /* Command-line option variables */

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2013-03-29 22:54:41 UTC (rev 22846)
+++ gnucash/trunk/src/gnome/Makefile.am	2013-03-29 22:56:03 UTC (rev 22847)
@@ -82,6 +82,7 @@
   dialog-sx-editor.h \
   dialog-sx-from-trans.h \
   dialog-sx-since-last-run.h \
+  gnc-budget-view.h \
   gnc-plugin-account-tree.h \
   gnc-plugin-basic-commands.h \
   gnc-plugin-budget.h \



More information about the gnucash-changes mailing list