mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-24 16:41:05 +03:00
Add missing compile definition for static builds to Autotools
Related toeaa53788and29923816Closes #73
This commit is contained in:
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user