mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add missing GLIB_LIBS to LDFLAGS as needed by newer gcc/libtool.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22899 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
43093cdc73
commit
8f964e33fd
@ -67,7 +67,8 @@ test_sqlbe_SOURCES = \
|
||||
test_sqlbe_LDADD = \
|
||||
$(top_builddir)/$(MODULEPATH)/libgnc-backend-sql.la \
|
||||
$(top_builddir)/src/libqof/qof/libgnc-qof.la \
|
||||
$(top_builddir)/src/test-core/libtest-core.la
|
||||
$(top_builddir)/src/test-core/libtest-core.la \
|
||||
$(GLIB_LIBS)
|
||||
|
||||
test_sqlbe_CFLAGS = \
|
||||
-DTESTPROG=test_sqlbe \
|
||||
|
Loading…
Reference in New Issue
Block a user