mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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
|
||||
|
||||
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user