Move sources to remove the libgw-engine dependency.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13640 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2006-03-15 17:29:09 +00:00
parent dde1437f81
commit 2edfa44813
2 changed files with 6 additions and 3 deletions

View File

@@ -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@tuhh.de>
* src/gnome-utils/Makefile.am: Add more linker flags for

View File

@@ -17,7 +17,6 @@ libgncmod_business_core_la_SOURCES = \
gncAddress.c \
gncBillTerm.c \
gncBusiness.c \
gncBusGuile.c \
gncCustomer.c \
gncEmployee.c \
gncEntry.c \
@@ -60,7 +59,6 @@ libgncmod_business_core_la_LIBADD = \
${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 @@ libgncmod_business_core_la_LIBADD = \
# 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 = \