[Gnucash-changes] r13605 - gnucash/trunk - fix the build-order (and install order) of the engine libs.

Derek Atkins warlord at cvs.gnucash.org
Sat Mar 11 16:52:32 EST 2006


Author: warlord
Date: 2006-03-11 16:52:31 -0500 (Sat, 11 Mar 2006)
New Revision: 13605
Trac: http://svn.gnucash.org/trac/changeset/13605

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/engine/Makefile.am
Log:
fix the build-order (and install order) of the engine libs.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-11 21:07:38 UTC (rev 13604)
+++ gnucash/trunk/ChangeLog	2006-03-11 21:52:31 UTC (rev 13605)
@@ -6,6 +6,9 @@
 	* src/business/business-reports/invoice.scm:
 	  translate "Thank you.." string.
 
+	* src/engine/Makefile.am:
+	  fix the build-order (and install order) of the engine libs.
+
 2006-03-11  David Hampton  <hampton at employees.org>
 
 	* src/gnome-utils/gnc-tree-model-account.c:

Modified: gnucash/trunk/src/engine/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/Makefile.am	2006-03-11 21:07:38 UTC (rev 13604)
+++ gnucash/trunk/src/engine/Makefile.am	2006-03-11 21:52:31 UTC (rev 13605)
@@ -1,7 +1,7 @@
 SUBDIRS = . test-core test 
 PWD := $(shell pwd)
 
-pkglib_LTLIBRARIES = libgw-engine.la libgw-kvp.la libgncmod-engine.la
+pkglib_LTLIBRARIES = libgncmod-engine.la libgw-engine.la libgw-kvp.la
 
 AM_CFLAGS = \
 	-I${top_srcdir}/lib/libc \



More information about the gnucash-changes mailing list