mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add REGEX_LIBS linker flag that is needed on win32 platform
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14743 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -18,6 +18,7 @@ libgncqof_backend_qsf_la_LDFLAGS = -module -avoid-version
|
||||
libgncqof_backend_qsf_la_LIBADD = \
|
||||
${QOF_LIBS} \
|
||||
${GLIB_LIBS} \
|
||||
${REGEX_LIBS} \
|
||||
${LIBXML2_LIBS}
|
||||
|
||||
qsfschemadir = $(QOF_XML_DIR)
|
||||
|
||||
@@ -3,6 +3,7 @@ lib_LTLIBRARIES = libgncqof.la
|
||||
libgncqof_la_LDFLAGS= -version-info $(LIBQOF_LIBRARY_VERSION)
|
||||
libgncqof_la_LIBADD= \
|
||||
$(GLIB_LIBS) \
|
||||
$(REGEX_LIBS) \
|
||||
$(top_builddir)/lib/libc/libc-missing.la
|
||||
|
||||
AM_CFLAGS = \
|
||||
|
||||
Reference in New Issue
Block a user