mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
Detect libm using libtool's macros
This commit is contained in:
@ -23,7 +23,7 @@ DEPS = $(top_builddir)/libxslt/libxslt.la \
|
||||
|
||||
LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
||||
$(top_builddir)/libexslt/libexslt.la \
|
||||
$(LIBXML_LIBS) $(EXTRA_LIBS) $(M_LIBS)
|
||||
$(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBM)
|
||||
|
||||
xsltproc_LDADD = $(LIBGCRYPT_LIBS) $(LDADDS)
|
||||
|
||||
|
Reference in New Issue
Block a user