mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 708700 - "make check" fails (missing glib bits)
Author: Frédéric Perrin <fred+gnome@resel.fr> git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23196 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
72d1387f30
commit
0854231a14
@ -57,10 +57,14 @@ LDADD = \
|
||||
${top_builddir}/src/test-core/libtest-core.la
|
||||
|
||||
test_gnc_recurrence_SOURCES=test-gnc-recurrence.c
|
||||
test_gnc_recurrence_LDADD = \
|
||||
${GTK_LIBS} \
|
||||
${LDADD}
|
||||
|
||||
test_link_module_SOURCES=test-link-module.c
|
||||
test_link_module_LDADD = \
|
||||
${GUILE_LIBS} \
|
||||
${GLIB_LIBS} \
|
||||
${top_builddir}/src/gnc-module/libgnc-module.la
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
Loading…
Reference in New Issue
Block a user