* src/engine/Makefile.am: make sure to add INTLLIBS in case

we're compiling against an external -lintl (like on Solaris)


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8076 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-03-14 00:25:36 +00:00
parent 5f6edf16b8
commit 3ff79110e7
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-03-13 Derek Atkins <derek@ihtfp.com>
* src/engine/Makefile.am: make sure to add INTLLIBS in case
we're compiling against an external -lintl (like on Solaris)
* src/calculation/Makefile.am: fix to build on systems that don't
have GUILE installed in the system path or in the same place
as GLIB.

View File

@ -113,7 +113,7 @@ noinst_HEADERS = \
noinst_SCRIPTS = iso-currencies-to-c
libgncmod_engine_la_LDFLAGS = -module
libgncmod_engine_la_LIBADD = ${GNUCASH_ENGINE_BASE_LIBS} \
libgncmod_engine_la_LIBADD = ${GNUCASH_ENGINE_BASE_LIBS} ${INTLLIBS} \
libgw-engine.la \
libgw-kvp.la \
../gnc-module/libgncmodule.la \