[Gnucash-changes] r12339 - gnucash/trunk - Various fixes to allow `make dist` and building from tarball.

Chris Shoemaker chris at cvs.gnucash.org
Fri Jan 13 00:13:07 EST 2006


Author: chris
Date: 2006-01-13 00:13:05 -0500 (Fri, 13 Jan 2006)
New Revision: 12339
Trac: http://svn.gnucash.org/trac/changeset/12339

Modified:
   gnucash/trunk/Makefile.am
   gnucash/trunk/configure.in
   gnucash/trunk/lib/libqof/qof/Makefile.am
   gnucash/trunk/src/Makefile.am
   gnucash/trunk/src/bin/Makefile.am
Log:
Various fixes to allow `make dist` and building from tarball.


Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am	2006-01-13 02:05:51 UTC (rev 12338)
+++ gnucash/trunk/Makefile.am	2006-01-13 05:13:05 UTC (rev 12339)
@@ -35,8 +35,7 @@
 # CVS dirs.
 
 EXTRA_DIST = ChangeLog.1 \
-  HACKING \
-  README.patches \
+  ${doc_DATA} \
   gnucash.lsm \
   gnucash.m4 \
   gnucash-config.in \

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-01-13 02:05:51 UTC (rev 12338)
+++ gnucash/trunk/configure.in	2006-01-13 05:13:05 UTC (rev 12339)
@@ -2104,7 +2104,6 @@
           lib/libgsf-1.12.3/gsf-win32/Makefile
           lib/libgsf-1.12.3/tests/Makefile
           lib/libgsf-1.12.3/python/Makefile
-          lib/libgsf-1.12.3/thumbnailer/Makefile
           lib/libgsf-1.12.3/gsf/version.c
           lib/libgsf-1.12.3/libgsf-1.pc
           lib/libgsf-1.12.3/libgsf-1.spec

Modified: gnucash/trunk/lib/libqof/qof/Makefile.am
===================================================================
--- gnucash/trunk/lib/libqof/qof/Makefile.am	2006-01-13 02:05:51 UTC (rev 12338)
+++ gnucash/trunk/lib/libqof/qof/Makefile.am	2006-01-13 05:13:05 UTC (rev 12339)
@@ -58,6 +58,7 @@
    qofobject.h       \
    qofquerycore.h    \
    qofsession.h      \
+   qofsql.h          \
    qofla-dir.h       \
    qof_book_merge.h
 

Modified: gnucash/trunk/src/Makefile.am
===================================================================
--- gnucash/trunk/src/Makefile.am	2006-01-13 02:05:51 UTC (rev 12338)
+++ gnucash/trunk/src/Makefile.am	2006-01-13 05:13:05 UTC (rev 12339)
@@ -43,4 +43,5 @@
   README.modules \
   gnc-test-env \
   valgrind-gnucash.supp \
-  guile-mappings.h
+  guile-mappings.h \
+  glib-compat.h

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2006-01-13 02:05:51 UTC (rev 12338)
+++ gnucash/trunk/src/bin/Makefile.am	2006-01-13 05:13:05 UTC (rev 12339)
@@ -72,7 +72,8 @@
 # if you change gncoverridedir, make sure you change ./overrides/Makefile.am too.
 gncoverridesdir = ${GNC_LIBEXECDIR}/overrides
 
-EXTRA_DIST = generate-gnc-script update-gnucash-gconf.in i18n.h.in
+EXTRA_DIST = generate-gnc-script update-gnucash-gconf.in i18n.h.in \
+	gnucash.in gnucash-valgrind.in
 
 ## Gnucash scripts -- real code is in overrides, these just get you there.
 ${gnc_common_scripts}: generate-gnc-script ${top_builddir}/config.status



More information about the gnucash-changes mailing list