mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix the build-order (and install order) of the engine libs.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13605 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
dc57311bb9
commit
fe14d8341c
@ -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@employees.org>
|
||||
|
||||
* src/gnome-utils/gnc-tree-model-account.c:
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user