[Gnucash-changes] r13640 - gnucash/trunk - Move sources to remove the libgw-engine dependency.

Derek Atkins warlord at cvs.gnucash.org
Wed Mar 15 12:29:09 EST 2006


Author: warlord
Date: 2006-03-15 12:29:09 -0500 (Wed, 15 Mar 2006)
New Revision: 13640
Trac: http://svn.gnucash.org/trac/changeset/13640

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/business/business-core/Makefile.am
Log:
Move sources to remove the libgw-engine dependency.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-15 17:08:08 UTC (rev 13639)
+++ gnucash/trunk/ChangeLog	2006-03-15 17:29:09 UTC (rev 13640)
@@ -3,6 +3,9 @@
 	* lib/libqof/backend/file/qsf-backend.c:  add <locale.h>
 	  Note:  it think it's probably wrong to set the locale here.
 
+	* src/business/business-core/Makefile.am:
+	  Move sources to remove the libgw-engine dependency.
+	  
 2006-03-15  Christian Stimming <stimming at tuhh.de>
 
 	* src/gnome-utils/Makefile.am: Add more linker flags for

Modified: gnucash/trunk/src/business/business-core/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-core/Makefile.am	2006-03-15 17:08:08 UTC (rev 13639)
+++ gnucash/trunk/src/business/business-core/Makefile.am	2006-03-15 17:29:09 UTC (rev 13640)
@@ -17,7 +17,6 @@
   gncAddress.c \
   gncBillTerm.c \
   gncBusiness.c \
-  gncBusGuile.c \
   gncCustomer.c \
   gncEmployee.c \
   gncEntry.c \
@@ -60,7 +59,6 @@
   ${top_builddir}/src/gnc-module/libgncmodule.la \
   ${top_builddir}/src/backend/file/libgnc-backend-file.la \
   ${top_builddir}/src/engine/libgncmod-engine.la \
-  ${top_builddir}/src/engine/libgw-engine.la \
   ${G_WRAP_LINK_ARGS} \
   ${QOF_LIBS} \
   ${GUILE_LIBS} \
@@ -69,7 +67,9 @@
 
 # business-core-helpers.c
 
-libgw_business_core_la_SOURCES = gw-business-core.c 
+libgw_business_core_la_SOURCES = \
+  gncBusGuile.c \
+  gw-business-core.c
 
 libgw_business_core_la_LDFLAGS = ${G_WRAP_LINK_ARGS}
 libgw_business_core_la_LIBADD  = \



More information about the gnucash-changes mailing list