mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
Add math library to executable link flags
Should fix bug #706882: https://bugzilla.gnome.org/show_bug.cgi?id=706882
This commit is contained in:
@ -23,7 +23,7 @@ DEPS = $(top_builddir)/libxslt/libxslt.la \
|
|||||||
|
|
||||||
LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
||||||
$(top_builddir)/libexslt/libexslt.la \
|
$(top_builddir)/libexslt/libexslt.la \
|
||||||
$(LIBXML_LIBS) $(EXTRA_LIBS) $(WIN32_EXTRA_LIBADD)
|
$(LIBXML_LIBS) $(EXTRA_LIBS) $(M_LIBS) $(WIN32_EXTRA_LIBADD)
|
||||||
|
|
||||||
xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
|
xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user