mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
libqof/backend/file needs lib/libc for the missing libc functions.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14749 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
877fdb9dca
commit
352d39d412
@ -7,7 +7,8 @@ AM_CFLAGS = \
|
||||
-DLOCALE_DIR=\""$(datadir)/locale"\" \
|
||||
${QOF_CFLAGS} \
|
||||
${LIBXML2_CFLAGS} \
|
||||
${GLIB_CFLAGS}
|
||||
${GLIB_CFLAGS} \
|
||||
-I$(top_srcdir)/lib/libc
|
||||
|
||||
libgncqof_backend_qsf_la_SOURCES = \
|
||||
qsf-backend.c \
|
||||
@ -19,7 +20,8 @@ libgncqof_backend_qsf_la_LIBADD = \
|
||||
${QOF_LIBS} \
|
||||
${GLIB_LIBS} \
|
||||
${REGEX_LIBS} \
|
||||
${LIBXML2_LIBS}
|
||||
${LIBXML2_LIBS} \
|
||||
$(top_builddir)/lib/libc/libc-missing.la
|
||||
|
||||
qsfschemadir = $(QOF_XML_DIR)
|
||||
qsfschema_DATA = \
|
||||
|
Loading…
Reference in New Issue
Block a user