mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add QOF_LIBS to link line because debian libtool is broken.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13367 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
eb29ffd9f8
commit
15cb6d2214
@ -1,3 +1,8 @@
|
||||
2006-02-23 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/import-export/qif-import/test/Makefile.am:
|
||||
add QOF_LIBS to link line because debian libtool is broken.
|
||||
|
||||
2006-02-22 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/gnome/gnc-plugin-page-register.c:
|
||||
|
@ -10,5 +10,6 @@ test_link_LDADD=../libgncmod-qif-import.la \
|
||||
${top_builddir}/src/engine/libgncmod-engine.la \
|
||||
${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
|
||||
${top_builddir}/src/app-utils/libgncmod-app-utils.la \
|
||||
${LIBXML2_LIBS}
|
||||
${LIBXML2_LIBS} \
|
||||
${QOF_LIBS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user