1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-31 02:43:06 +03:00

Add missing compile definition for static builds to Autotools

Related to eaa53788 and 29923816

Closes #73
This commit is contained in:
Mike Dalessio
2022-08-20 10:28:06 -04:00
parent bcd17763a9
commit 3f3e888f1a
7 changed files with 21 additions and 6 deletions

View File

@ -19,7 +19,7 @@ libxsltmod_la_CPPFLAGS = \
-I$(top_srcdir)/libxslt \
-I$(top_srcdir) \
-I../libexslt \
$(PYTHON_CFLAGS) $(LIBXML_CFLAGS)
$(PYTHON_CFLAGS) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)
libxsltmod_la_SOURCES = libxslt.c types.c
nodist_libxsltmod_la_SOURCES = libxslt-py.c
libxsltmod_la_LIBADD = \